Lines Matching defs:ActionInfo
81 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):
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() constructor. It's possible
655 self[path] = ActionInfo(action)