Searched defs:pub_root (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/server/
H A Drepository.py2659 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 o
4139 pub_root = property(lambda self: self.__pub_root) variable in class:Repository
[all...]

Completed in 15 milliseconds