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

Class Names

stix/campaign/__init__.py:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68class Names(stix.EntityList):
69 _namespace = "http://docs.oasis-open.org/cti/ns/stix/campaign-1"
70 _binding = campaign_binding
71 _binding_class = campaign_binding.NamesType
72
73 name = VocabField("Name", multiple=True, key_name="names")
74
75 @classmethod
76 def _dict_as_list(cls):
77 return False
78
79
80class Campaign(stix.BaseCoreComponent):

Callers

nothing calls this directly

Calls 1

VocabFieldClass · 0.90

Tested by

no test coverage detected