MCPcopy Create free account
hub / github.com/STIXProject/python-stix / RelatedTTPs

Class RelatedTTPs

stix/ttp/related_ttps.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class RelatedTTPs(GenericRelationshipList):
11 _namespace = "http://docs.oasis-open.org/cti/ns/stix/ttp-1"
12 _binding = ttp_binding
13 _binding_class = _binding.RelatedTTPsType
14
15 related_ttp = fields.TypedField("Related_TTP", RelatedTTP, multiple=True, key_name="ttps")
16

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected