Searched refs:getsourcefile (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_inspect.py25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
203 with open(inspect.getsourcefile(self.fodderFile)) as fp:
276 self.assertEqual(inspect.getsourcefile(mod.spam), modfile)
277 self.assertEqual(inspect.getsourcefile(git.abuse), modfile)
280 self.assertEqual(inspect.getsourcefile(co), None)
282 self.assertEqual(inspect.getsourcefile(co), fn)
294 self.assertEqual(inspect.getsourcefile(m.x.func_code), '<string>')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dinspect.py15 getfile(), getsourcefile(), getsource() - find an object's source code
440 def getsourcefile(object): function
466 _filename = getsourcefile(object) or getfile(object)
527 sourcefile = getsourcefile(object)
1004 filename = getsourcefile(frame) or getfile(frame)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dinspect.py15 getfile(), getsourcefile(), getsource() - find an object's source code
442 def getsourcefile(object): function
468 _filename = getsourcefile(object) or getfile(object)
527 file = getsourcefile(object)
1001 filename = getsourcefile(frame) or getfile(frame)
H A Ddoctest.py835 file = inspect.getsourcefile(obj) or inspect.getfile(obj)

Completed in 246 milliseconds