Lines Matching refs:CatalogPart
207 functionality shared between CatalogPart and CatalogAttrs."""
398 class CatalogPart(CatalogPartBase):
399 """A CatalogPart object is the representation of a subset of the package
407 """Initializes a CatalogPart object."""
421 As long as the CatalogPart has been saved since the last
534 As long as the CatalogPart has been saved since the last
562 FMRI) as it iterates over the CatalogPart contents.
591 As long as the CatalogPart has been saved since the last
724 the CatalogPart.
738 (pub, stem) as it iterates over the contents of the CatalogPart.
771 iterates over the package data in the CatalogPart.
840 """Re-sorts the contents of the CatalogPart such that version
869 # CatalogPart, so continue if it does not
889 returned. As long as the CatalogPart has been saved since
923 As long as the CatalogPart has been saved since the last
947 CatalogPart match the specified signature data, or if not
1375 # These are used to cache or store CatalogPart and CatalogUpdate objects
1376 # as they are used. It should not be confused with the CatalogPart
3361 """Returns the CatalogPart object for the named catalog part.
3383 part = CatalogPart(name, meta_root=self.meta_root,
3879 catobj = CatalogPart(fn, meta_root=path)