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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 205 modname = inspect.getmodulename(fn)
220 subname = inspect.getmodulename(fn)
352 modname = inspect.getmodulename(fn[0])
inspect.py 435 def getmodulename(path): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 205 modname = inspect.getmodulename(fn)
220 subname = inspect.getmodulename(fn)
352 modname = inspect.getmodulename(fn[0])
inspect.py 435 def getmodulename(path): function
    [all...]

Completed in 285 milliseconds