Home
last modified time | relevance | path

Searched refs:isframe (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dinspect.py190 def isframe(object): function
414 if isframe(object):
571 if isframe(object):
1005 if not isframe(frame):
Ddoctest.py1082 if inspect.isframe(obj): obj = obj.f_code
Dpydoc.py107 inspect.isroutine(object) or inspect.isframe(object) or
/external/python/cpython2/Lib/test/
Dtest_inspect.py50 inspect.isframe, inspect.isfunction, inspect.ismethod,
82 self.istest(inspect.isframe, 'tb.tb_frame')
160 self.istest(inspect.isframe, 'mod.fr')
/external/python/cpython2/Doc/library/
Dinspect.rst305 .. function:: isframe(object)