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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 97 def _readmodule(module, path, inpackage=None):
100 If INPACKAGE is given, it must be the dotted name of the package in
105 # Compute the full module name (prepending inpackage if set)
106 if inpackage is not None:
107 fullmodule = "%s.%s" % (inpackage, module)
119 if module in sys.builtin_module_names and inpackage is None:
128 parent = _readmodule(package, path, inpackage)
129 if inpackage is not None:
130 package = "%s.%s" % (inpackage, package)
137 if inpackage is not None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 97 def _readmodule(module, path, inpackage=None):
100 If INPACKAGE is given, it must be the dotted name of the package in
105 # Compute the full module name (prepending inpackage if set)
106 if inpackage is not None:
107 fullmodule = "%s.%s" % (inpackage, module)
119 if module in sys.builtin_module_names and inpackage is None:
128 parent = _readmodule(package, path, inpackage)
129 if inpackage is not None:
130 package = "%s.%s" % (inpackage, package)
137 if inpackage is not None
    [all...]

Completed in 84 milliseconds