Home
last modified time | relevance | path

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

/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v20/
H A Dtest_markings.py195 class NewMarking(object): class
202 nm = NewMarking(property1='something', property2=55)
221 NewMarking(property1='something', property3='something', allow_custom=True)
/dports/security/py-stix2/cti-python-stix2-2.1.0/stix2/test/v21/
H A Dtest_markings.py223 class NewMarking(object): class
230 nm = NewMarking(property1='something', property2=55)
249 NewMarking(property1='something', property3='something', allow_custom=True)