Lines Matching defs:pub_root
2659 pub_root = os.path.join(self.root, "publisher")
2661 if os.path.exists(pub_root) or \
2710 if self.root and not self.pub_root:
2718 not (os.path.exists(self.pub_root) or
2744 if self.pub_root and os.path.exists(self.pub_root):
2745 for pub in os.listdir(self.pub_root):
2900 if self.pub_root:
2903 root = os.path.join(self.pub_root, pub)
2963 if not self.pub_root or self.version < 4:
3000 if not self.pub_root or self.version < 4:
3640 if not self.pub_root or self.version < 4:
4139 pub_root = property(lambda self: self.__pub_root)