Searched refs:currentframe (Results 1 – 25 of 50) sorted by relevance
12
15 fr = inspect.currentframe()60 currentframe = inspect.currentframe() variable
15 fr = inspect.currentframe()78 currentframe = inspect.currentframe() variable
10 os.path.dirname(inspect.getfile(inspect.currentframe())))
7 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
22 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
8 os.path.dirname(inspect.getfile(inspect.currentframe())))
32 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
38 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
26 … "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
55 frame = inspect.currentframe()
63 if not self._called_from_setup(inspect.currentframe()):
131 f = inspect.currentframe()
85 decorator_name = inspect.currentframe().f_back.f_code.co_name
71 self.assertEqual(inspect.currentframe(), tf_inspect.currentframe())587 tf_inspect.ismodule(inspect.getmodule(inspect.currentframe())))
140 _current_file_location = _inspect.getfile(_inspect.currentframe())
131 _current_file_location = _inspect.getfile(_inspect.currentframe())
49 frame = inspect.currentframe()
90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
134 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
83 …c", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))),
63 def currentframe(): function70 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)77 _srcfile = os.path.normcase(currentframe.__code__.co_filename)1245 f = currentframe()
165 f = inspect.currentframe()
32 frame = inspect.currentframe()
309 caller_frame = tf_inspect.currentframe().f_back