mirror of
https://github.com/python/cpython.git
synced 2025-11-19 18:47:27 +00:00
Support callables with the __call__() method and types with __new__() and __init__() methods set to class methods, static methods, bound methods, partial functions, and other types of methods and descriptors. Add tests for numerous types of callables and descriptors. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| inspect_fodder.py | ||
| inspect_fodder2.py | ||
| inspect_stock_annotations.py | ||
| inspect_stringized_annotations.py | ||
| inspect_stringized_annotations_2.py | ||
| test_inspect.py | ||