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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 331 modname = trace.fullmodname(sys.modules[modname].__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 331 modname = trace.fullmodname(sys.modules[modname].__file__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 193 def fullmodname(path): function
323 modulename = fullmodname(filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 193 def fullmodname(path): function
323 modulename = fullmodname(filename)

Completed in 468 milliseconds