Lines Matching refs:CatalogAttrs
207 functionality shared between CatalogPart and CatalogAttrs."""
1125 class CatalogAttrs(CatalogPartBase):
1126 """A CatalogAttrs object is the representation of the attributes of a
1146 """Initializes a CatalogAttrs object."""
1319 CatalogAttrs match the specified signature data, or if not
1377 # names and CatalogUpdate names stored in the CatalogAttrs object.
1432 self._attrs = CatalogAttrs(meta_root=self.meta_root, sign=sign,
2301 new_attrs = CatalogAttrs(meta_root=path)
2324 self._attrs = CatalogAttrs(meta_root=self.meta_root)
2370 self._attrs = CatalogAttrs(meta_root=self.meta_root,
3412 new_attrs = CatalogAttrs(meta_root=path)
3877 catobj = CatalogAttrs(meta_root=path)