Searched refs:getfile (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dinspect.py15 getfile(), getsourcefile(), getsource() - find an object's source code
398 def getfile(object): function
444 filename = getfile(object)
466 _filename = getsourcefile(object) or getfile(object)
526 file = getfile(object)
1003 filename = getsourcefile(frame) or getfile(frame)
H A Durllib.py347 fp = h.getfile()
439 fp = h.getfile()
H A Dhttplib.py1103 def getfile(self): member in class:HTTP
1104 "Provide a getfile, since the superclass' does not use this concept."
H A Ddoctest.py870 file = inspect.getsourcefile(obj) or inspect.getfile(obj)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dinspect.py15 getfile(), getsourcefile(), getsource() - find an object's source code
398 def getfile(object): function
444 filename = getfile(object)
466 _filename = getsourcefile(object) or getfile(object)
526 file = getfile(object)
1003 filename = getsourcefile(frame) or getfile(frame)
H A Durllib.py347 fp = h.getfile()
439 fp = h.getfile()
H A Dhttplib.py1103 def getfile(self): member in class:HTTP
1104 "Provide a getfile, since the superclass' does not use this concept."
H A Ddoctest.py870 file = inspect.getsourcefile(obj) or inspect.getfile(obj)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_inspect.py25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)

Completed in 1223 milliseconds