mirror of
https://github.com/python/cpython.git
synced 2026-04-10 13:50:51 +00:00
* Allow to specify the signature of custom callable instances of extension type by the __text_signature__ attribute. * Specify signatures of operator.attrgetter, operator.itemgetter, and operator.methodcaller instances. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| inspect_fodder.py | ||
| inspect_fodder2.py | ||
| inspect_stock_annotations.py | ||
| inspect_stringized_annotations.py | ||
| inspect_stringized_annotations_2.py | ||
| test_inspect.py | ||