import os from cffi import FFI blastbuilder = FFI() ffibuilder = FFI() with ... "c-src/blast.c")) as f: blastbuilder.set_source("blast", ...
確定! 回上一頁