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's 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?