Home
last modified time | relevance | path

Searched refs:Action_Equivalences (Results 1 – 1 of 1) sorted by relevance

/dports/security/py-maec/python-maec-4.1.0.17/maec/bindings/
H A Dmaec_package.py1182 def __init__(self, Action_Equivalences=None, Object_Equivalences=None): argument
1183 self.Action_Equivalences = Action_Equivalences
1191 def get_Action_Equivalences(self): return self.Action_Equivalences
1192 …def set_Action_Equivalences(self, Action_Equivalences): self.Action_Equivalences = Action_Equivale… argument
1197 self.Action_Equivalences is not None or
1226 if self.Action_Equivalences is not None:
1227 …self.Action_Equivalences.export(write, level, 'maecPackage:', name_='Action_Equivalences', pretty_…