when I trace to _chipmunk_cffi.py
it is from pymunk._chipmunk_cffi_abi import ffi, lib, lib_path
so I trace to _chipmunk_cffi_abi.py
and it only lib, lib_path = load_library(ffi, "chipmunk", debug_lib=_lib_debug)
but I can`t find ffi anymore.so what is that?
I want to see what is doing in space.step(),where can I find this?
0 Comment
NO COMMENTS