HomeSort by relevance Sort by last modified time
    Searched refs:getfile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
template_expander.py 51 base_dir = os.path.dirname(inspect.getfile(sys._getframe(1)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 15 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)
    [all...]
urllib.py 347 fp = h.getfile()
439 fp = h.getfile()
    [all...]
httplib.py 1103 def getfile(self): member in class:HTTP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 15 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)
    [all...]
urllib.py 347 fp = h.getfile()
439 fp = h.getfile()
    [all...]
httplib.py 1103 def getfile(self): member in class:HTTP
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
__init__.py 19 base_dir = os.path.dirname(inspect.getfile(self.__class__))
page_set.py 30 file_path = inspect.getfile(self.__class__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource,
285 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__)
    [all...]
  /external/lldb/test/
lldbtest.py     [all...]

Completed in 472 milliseconds