Searched refs:CatalogAttrs (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/
H A Dcatalog.py207 functionality shared between CatalogPart and CatalogAttrs."""
1125 class CatalogAttrs(CatalogPartBase): class in inherits: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_roo
[all...]
/pkg/src/modules/client/
H A Dpublisher.py1953 attrs = pkg.catalog.CatalogAttrs(meta_root=tempdir)

Completed in 29 milliseconds