Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fe63faaeebe89a95df6e0bb5cb169612c4966189
/
Lib
/
test
/
test_inspect.py
c4bf5ed
Add a trivial test of getargspec() with a method.
by Jeremy Hylton
· 22 years ago
4d28d96
Refer to __builtin__.file, not __builtins__.file
by Martin v. Löwis
· 22 years ago
e59e2ba
Patch #711902: Cause pydoc to show data descriptor __doc__ strings.
by Martin v. Löwis
· 22 years ago
a59ef7b
getdoc():
by Ka-Ping Yee
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
6006629
Remove obsolete __dynamic__ distinction.
by Tim Peters
· 24 years ago
13b49d3
New function classify_class_attrs(). As a number of SF bug reports
by Tim Peters
· 24 years ago
e0b2d7a
Add a function to compute a class's method resolution order. This is
by Tim Peters
· 24 years ago
f170d7f
Don't have trace() skip the top frame; return them all.
by Ka-Ping Yee
· 24 years ago
243bff4
Clean up junk files left behind by imp.load_source().
by Tim Peters
· 24 years ago
9054344
Replace literal '@test' with TESTFN.
by Ka-Ping Yee
· 24 years ago
6397c7c
inspect: a module for getting information out of live Python objects
by Ka-Ping Yee
· 24 years ago