Home | History | Annotate | Download | only in Lib

Lines Matching refs:__path__

46 # handle __path__ modifications packages make at runtime.  Therefore there
75 self.__path__ = path
89 if self.__path__ is not None:
90 s = s + ", %r" % (self.__path__,)
149 if m.__path__:
160 if caller.__path__:
173 if caller.__path__:
245 if not m.__path__:
254 for dir in m.__path__:
283 if parent and parent.__path__ is None:
288 parent and parent.__path__, parent)
426 if m.__path__:
462 m.__path__ = [pathname]
464 # As per comment at top of file, simulate runtime __path__ additions.
465 m.__path__ = m.__path__ + packagePathMap.get(fqname, [])
467 fp, buf, stuff = self.find_module("__init__", m.__path__)
509 if m.__path__: