OpenGrok
Cross Reference: test_inspect.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_inspect.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
full:getargspec
650
args, varargs, varkw, defaults = inspect.
getargspec
(routine)