Searched refs:getfile (Results 1 – 25 of 38) sorted by relevance
12
262 $getfile{$1}="$source:$linenum";268 $getfile{$1}="$source:$linenum";271 $getfile{$2}="$source:$linenum";276 $getfile{$1}="$source:$linenum";388 print "Open file descriptor created at ".$getfile{$_}."\n";
60 return _os.path.dirname(_inspect.getfile(_sys._getframe(1)))129 _os.path.dirname(_inspect.getfile(_sys._getframe(1))), path)
79 os.path.basename(tf_inspect.getfile(first_frame)))
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())))
316 def getfile(object): # pylint: disable=redefined-builtin function327 return _inspect.getfile(unwrapped_object)
330 def getfile(object): # pylint: disable=redefined-builtin function341 return _inspect.getfile(unwrapped_object)
518 self.assertTrue('tf_inspect_test.py' in tf_inspect.getfile(520 self.assertTrue('tf_decorator.py' in tf_inspect.getfile(
32 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
38 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
26 bpf_text_shared = "%s/bpf_text_shared.c" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
397 def getfile(object): function443 filename = getfile(object)465 _filename = getsourcefile(object) or getfile(object)525 file = getfile(object)1018 filename = getsourcefile(frame) or getfile(frame)
140 _current_file_location = _inspect.getfile(_inspect.currentframe())
131 _current_file_location = _inspect.getfile(_inspect.currentframe())
90 …include_path = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) + "/inclu…
134 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
83 …comp = Popen(["gcc", "-I", "%s/include" % os.path.dirname(os.path.abspath(inspect.getfile(inspect.…
135 obj_file = inspect.getfile(obj)
152 tf_inspect.getfile(tf_inspect.currentframe()))331 tf_inspect.getfile(tf_inspect.currentframe()))
655 def getfile(object): function697 filename = getfile(object)721 _filename = getsourcefile(object) or getfile(object)822 file = getfile(object)1499 filename = getsourcefile(frame) or getfile(frame)
646 module_file = inspect.getfile(module_attribute)
514 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)518 inspect.getfile(sys)523 inspect.getfile(int)528 inspect.getfile(abs)531 inspect.getfile(list.append)542 inspect.getfile(C)550 inspect.getfile(er)
53 filename = inspect.getfile(frame)