python-record-api icon indicating copy to clipboard operation
python-record-api copied to clipboard

Inferring Python API signatures from tracing usage.

Results 15 python-record-api issues
Sort by recently updated
recently updated
newest added

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...

good first issue

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.

bug

the current typings still have `__contains__` on the wrong object... we should make sure we are tracing this properly now

bug

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...