Lines Matching refs:__path__
64 modules!) on the given path, in order to access the __path__
79 walk_packages(ctypes.__path__, ctypes.__name__+'.')
102 path = getattr(sys.modules[info.name], '__path__', None) or []
448 # Get the containing package's __path__
451 path = getattr(pkg, '__path__', None)
466 (if any) is imported, in order to establish the package __path__.
512 __path__ = extend_path(__path__, __name__)
516 __path__. This is useful if one wants to distribute different
551 search_path = sys.modules[parent_package].__path__