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

/pkg/src/util/qual-simulator/
H A Ddepot.py86 class RepositoryURI(object): class in inherits:object
89 """Create a RepositoryURI object. The 'speed' argument
/pkg/src/modules/client/
H A Dpublisher.py99 # Supported RepositoryURI sorting policies.
141 class RepositoryURI(object): class in inherits:object
187 "RepositoryURI object.")
196 uri = RepositoryURI(self.__uri, priority=self.__priority,
205 if isinstance(other, RepositoryURI):
212 if isinstance(other, RepositoryURI):
223 if not isinstance(other, RepositoryURI):
224 other = RepositoryURI(other)
230 if not isinstance(other, RepositoryURI):
231 other = RepositoryURI(othe
[all...]

Completed in 11 milliseconds