Lines Matching refs:__path__
51 self.__path__ = path
65 if self.__path__ is not None:
66 s = s + ", %r" % (self.__path__,)
125 if m.__path__:
136 if caller.__path__:
149 if caller.__path__:
221 if not m.__path__:
231 for dir in m.__path__:
260 if parent and parent.__path__ is None:
265 parent and parent.__path__, parent)
380 if m.__path__:
416 m.__path__ = [pathname]
419 m.__path__ = m.__path__ + packagePathMap.get(fqname, [])
421 fp, buf, stuff = self.find_module("__init__", m.__path__)
464 if m.__path__: