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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # 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>')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 25 # 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>')
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 205 srcfile = inspect.getsourcefile(sys.modules[__name__])
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 265 srcfile = inspect.getsourcefile(sys.modules[__name__])
  /external/protobuf/python/
ez_setup.py 257 srcfile = inspect.getsourcefile(sys.modules[__name__])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 15 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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 15 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)
    [all...]

Completed in 120 milliseconds