This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-09 00:22:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
17
e9eedf19c9
cpython
/
Lib
/
test
/
test_inspect
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
f88c14d412
gh-122981: Fix inspect.getsource() for generated classes with Python base classes (GH-123001)
...
Look up __firstlineno__ only in the class' dict, without searching in base classes.
2024-08-20 20:10:15 +03:00
..
__init__.py
inspect_fodder.py
inspect_fodder2.py
inspect_stock_annotations.py
inspect_stringized_annotations.py
inspect_stringized_annotations_2.py
inspect_stringized_annotations_pep695.py
test_inspect.py