python-record-api
python-record-api copied to clipboard
Inferring Python API signatures from tracing usage.
Currently, to see the results in some human readable way you can navigate the `data/typing` directory here. However, this is a bit cumbersome, especially now that some files have gotten...
It would be nice if we could re-run the API generation without having to re-run the test suite recording. To do this, we could split the python package into three:...
We are emitting some typings for things like `collections.py` We should see why that is and make sure we don't.
the current typings still have `__contains__` on the wrong object... we should make sure we are tracing this properly now
Currently, we list the type where an object is defined as its module. However, many libraries define types in some sub-module but only expose them in a parent module. So...