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

/pkg/src/modules/client/
H A Dpublisher.py706 class Repository(object): class in inherits:object
823 repo = Repository(collection_type=self.collection_type,
1484 if not isinstance(value, Repository):
1647 """Returns a list of Repository objects representing the unique
1672 # Now return a list of Repository objects (copies of the
/pkg/src/modules/server/
H A Drepository.py96 """Base exception class for all Repository exceptions."""
380 intended only for use by the Repository class.
2561 class Repository(object): class in inherits:object
2562 """A Repository object is a representation of data contained within a
3204 repo = publisher.Repository(**rargs)
4264 """Create a repository at given location and return the Repository
4320 return Repository(create=True, read_only=False, properties=properties,

Completed in 29 milliseconds