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

/pkg/src/modules/
H A Dmanifest.py125 class Manifest(object): class in inherits:object
126 """A Manifest is the representation of the actions composing a specific
1423 Manifest's data payload, and 'csize' represents the compressed
1534 null = Manifest()
1536 class FactoredManifest(Manifest):
1537 """This class serves as a wrapper for the Manifest class for callers
1571 Manifest.__init__(self, fmri)
1783 return Manifest.get_directories(self, excludes)
1792 for a in Manifest.gen_actions_by_type(self, atype,
1808 for a in Manifest
[all...]

Completed in 13 milliseconds