Searched refs:isframe (Results 1 – 6 of 6) sorted by relevance
365 def isframe(object): function793 if isframe(object):982 if isframe(object):1136 (isframe(object) and object.f_code.co_name == "<module>")):1622 if not isframe(frame):
109 if inspect.isframe(obj) and obj.f_globals is obj.f_locals:
1114 if inspect.isframe(obj): obj = obj.f_code
209 inspect.isroutine(object) or inspect.isframe(object) or
92 inspect.isframe, inspect.isfunction, inspect.ismethod,137 self.istest(inspect.isframe, 'tb.tb_frame')317 self.istest(inspect.isframe, 'mod.fr')
395 .. function:: isframe(object)