Searched refs:f_globals (Results 1 – 15 of 15) sorted by relevance
258 f_globals = {} variable in Test_TestResult.testStackFrameTrimming.Frame.tb_frame262 Frame.tb_frame.f_globals['__unittest'] = True
171 return '__unittest' in tb.tb_frame.f_globals
267 globals = f.f_globals
455 dunder_file = frame.f_globals.get('__file__')546 modulename = self._name_for_module(frame.f_globals, filename)
424 if not sys._getframe(depth).f_globals is globals():425 globals_for_frame = sys._getframe(depth).f_globals769 globals_for_main_module = deepest_frame.f_globals
281 glob_vars = frame.tb_frame.f_globals
618 _globs_ = frame.f_globals
666 _globs_ = frame.f_globals
693 _globs_ = frame.f_globals
524 ldict = f.f_globals # Grab its globals dictionary
1997 ldict = f.f_globals # Grab its globals dictionary
263 return '__unittest' in tb.tb_frame.f_globals
1741 module = sys._getframe().f_back.f_globals['__name__']
559 ... caller_location = sys._getframe(1).f_globals['__file__']