Support the inspect module
Add a simple 'code' type (ex f.func_code), and some related things like f.func_defaults. This implementation isn't super performant or consistent, but I think these particular features are relatively rarely used?
Showing
from_cpython/Include/code.h
0 → 100644
src/runtime/code.cpp
0 → 100644
test/tests/code_test.py
0 → 100644
test/tests/inspect_test.py
0 → 100644
Please register or sign in to comment