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

/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py81 object (RealFileInfo) or an IPS manifest action (ActionInfo).
166 # Map the objects such that the lhs is always the ActionInfo,
170 # ActionInfo; if we're comparing FileInfo the RealFileInfo, it
173 if isinstance(self, ActionInfo):
237 # We already know that the ActionInfo, if present, is the lhs
286 class ActionInfo(FileInfo): class in inherits:FileInfo
325 correctly handled by the ActionInfo constructor.
571 many manifests as a dictionary of ActionInfo objects, indexed
602 not ActionInfo.supported(action.name):
609 # code or the ActionInfo() constructo
[all...]

Completed in 44 milliseconds