Searched refs:isframe (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
415 if isframe(object):
572 if isframe(object):
1000 if not isframe(frame):
H A Ddoctest.py1056 if inspect.isframe(obj): obj = obj.f_code
H A Dpydoc.py105 inspect.isroutine(object) or inspect.isframe(object) or
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dinspect.py11 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
191 def isframe(object): function
415 if isframe(object):
572 if isframe(object):
1000 if not isframe(frame):
H A Ddoctest.py1056 if inspect.isframe(obj): obj = obj.f_code
H A Dpydoc.py105 inspect.isroutine(object) or inspect.isframe(object) or
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
79 self.istest(inspect.isframe, 'tb.tb_frame')
157 self.istest(inspect.isframe, 'mod.fr')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py23 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
47 inspect.isframe, inspect.isfunction, inspect.ismethod,
79 self.istest(inspect.isframe, 'tb.tb_frame')
157 self.istest(inspect.isframe, 'mod.fr')

Completed in 243 milliseconds