Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dinspect.py10 isgenerator(), istraceback(), isframe(), iscode(), isbuiltin(),
116 "isframe",
466 def isframe(object): function
916 if isframe(object):
1105 if isframe(object):
1251 (isframe(object) and object.f_code.co_name == "<module>")):
1685 if not isframe(frame):
H A Ddoctest.py1119 if inspect.isframe(obj): obj = obj.f_code
H A Dpydoc.py210 inspect.isroutine(object) or inspect.isframe(object) or
/third_party/python/Lib/test/
H A Dtest_inspect.py44 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
94 inspect.isframe, inspect.isfunction, inspect.ismethod,
143 self.istest(inspect.isframe, 'tb.tb_frame')
375 self.istest(inspect.isframe, 'mod.fr')

Completed in 18 milliseconds