Home
last modified time | relevance | path

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

/dports/security/py-stix/python-stix-1.2.0.11/stix/extensions/test_mechanism/
H A Dopen_ioc_2010_test_mechanism.py23 _TAG_IOC = "{%s}ioc" % _namespace variable in OpenIOCTestMechanism
49 node.tag = self._TAG_IOC
52 error = error.format(self._TAG_IOC, node.tag)
62 if root.tag != self._TAG_IOC: