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

/pkg/src/modules/client/
H A Dpublisher.py739 def __init__(self, collection_type=REPO_CTYPE_CORE, description=None,
745 'collection_type' is an optional constant value indicating the
792 self.collection_type = collection_type
823 repo = Repository(collection_type=self.collection_type,
1113 collection_type = property(lambda self: self.__collection_type, variable in class:Repository

Completed in 17 milliseconds