Searched refs:isframe (Results 1 – 5 of 5) sorted by relevance
190 def isframe(object): function414 if isframe(object):571 if isframe(object):1005 if not isframe(frame):
1082 if inspect.isframe(obj): obj = obj.f_code
107 inspect.isroutine(object) or inspect.isframe(object) or
50 inspect.isframe, inspect.isfunction, inspect.ismethod,82 self.istest(inspect.isframe, 'tb.tb_frame')160 self.istest(inspect.isframe, 'mod.fr')
305 .. function:: isframe(object)