Lines Matching refs:__path__
22 # handle __path__ modifications packages make at runtime. Therefore there
95 self.__path__ = path
109 if self.__path__ is not None:
110 s = s + ", %r" % (self.__path__,)
169 if m.__path__:
180 if caller.__path__:
193 if caller.__path__:
265 if not m.__path__:
275 for dir in m.__path__:
304 if parent and parent.__path__ is None:
309 parent and parent.__path__, parent)
417 if m.__path__:
453 m.__path__ = [pathname]
455 # As per comment at top of file, simulate runtime __path__ additions.
456 m.__path__ = m.__path__ + packagePathMap.get(fqname, [])
458 fp, buf, stuff = self.find_module("__init__", m.__path__)
502 if m.__path__: