]> granicus.if.org Git - python/commit
inspect: a module for getting information out of live Python objects
authorKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 14:43:21 +0000 (14:43 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 27 Feb 2001 14:43:21 +0000 (14:43 +0000)
commit6397c7c9a96de6a253da0210239a6fdeafe42a18
tree20e56976aafcf3c99f84f60c570d017d9351bc89
parentcced0aa3e002fe92f75360eea010e25830a7ecdc
inspect: a module for getting information out of live Python objects
Doc/lib/libinspect.tex [new file with mode: 0644]
Lib/inspect.py [new file with mode: 0644]
Lib/test/output/test_inspect [new file with mode: 0644]
Lib/test/test_inspect.py [new file with mode: 0644]