Home | History | Annotate | Download | only in python2.7

Lines Matching refs:__path__

27 # handle __path__ modifications packages make at runtime.  Therefore there
56 self.__path__ = path
70 if self.__path__ is not None:
71 s = s + ", %r" % (self.__path__,)
130 if m.__path__:
141 if caller.__path__:
154 if caller.__path__:
226 if not m.__path__:
235 for dir in m.__path__:
264 if parent and parent.__path__ is None:
269 parent and parent.__path__, parent)
420 if m.__path__:
456 m.__path__ = [pathname]
458 # As per comment at top of file, simulate runtime __path__ additions.
459 m.__path__ = m.__path__ + packagePathMap.get(fqname, [])
461 fp, buf, stuff = self.find_module("__init__", m.__path__)
501 if m.__path__: