Searched refs:isframe (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | inspect.py | 10 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 D | doctest.py | 1119 if inspect.isframe(obj): obj = obj.f_code
|
H A D | pydoc.py | 210 inspect.isroutine(object) or inspect.isframe(object) or
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 44 # 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