Home
last modified time | relevance | path

Searched refs:getfile (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py398 def getfile(object): function
444 filename = getfile(object)
466 _filename = getsourcefile(object) or getfile(object)
526 file = getfile(object)
1004 filename = getsourcefile(frame) or getfile(frame)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dinspect.py400 def getfile(object): function
446 filename = getfile(object)
468 _filename = getsourcefile(object) or getfile(object)
1001 filename = getsourcefile(frame) or getfile(frame)
Dhttplib.py1085 def getfile(self): member in HTTP
1351 print "read", len(h.getfile().read())
1385 print "read", len(hs.getfile().read())
Durllib.py344 fp = h.getfile()
437 fp = h.getfile()
Ddoctest.py835 file = inspect.getsourcefile(obj) or inspect.getfile(obj)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_inspect.py285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)