HomeSort by relevance Sort by last modified time
    Searched refs:__path__ (Results 26 - 35 of 35) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 549 for submodule_path in parent.__path__:
563 values['__path__'] = [ pathname ]
655 # need __path__ processing
688 # (rather than FS-names like __path__)
pydoc.py 162 _hidden_names = ('__builtins__', '__doc__', '__file__', '__path__',
662 if hasattr(object, '__path__'):
664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 173 # Some times __path__ and __file__ are not absolute (e.g. while running from
177 # they are found in the CWD their __file__ and __path__ will be relative (this
180 # (site.py absolutize them), the __file__ and __path__ will be absolute too.
181 # Therefore it is necessary to absolutize manually the __file__ and __path__ of
184 if hasattr(module, '__path__'):
185 module.__path__ = [os.path.abspath(path) for path in module.__path__]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 681 ispkg = mod.__path__ is not None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 162 _hidden_names = ('__builtins__', '__doc__', '__file__', '__path__',
662 if hasattr(object, '__path__'):
664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 48 path = module.__path__
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 48 path = module.__path__
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1132 milliseconds

12