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

/pkg/src/modules/client/
H A Dpublisher.py740 legal_uris=None, mirrors=None, name=None, origins=None,
751 'legal_uris' should be a list of RepositoryURI objects or URI
780 legal_uris, mirrors, origins, and related_uris should be
794 self.legal_uris = legal_uris
818 cluris = [copy.copy(u) for u in self.legal_uris]
825 legal_uris=cluris,
858 self.__legal_uris = self.__replace_uris("legal_uris", value,
901 self.__add_uri("legal_uris", uri, priority=priority,
1006 for i, m in enumerate(self.legal_uris)
1129 legal_uris = property(lambda self: self.__legal_uris, variable in class:Repository
[all...]

Completed in 15 milliseconds