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

Class Incidents

stix/core/__init__.py:69–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69class Incidents(stix.EntityList):
70 _binding = stix_core_binding
71 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
72 _binding_class = _binding.IncidentsType
73
74 incident = fields.TypedField(
75 name="Incident",
76 type_=Incident,
77 multiple=True,
78 listfunc=partial(IdrefDeprecatedList, type=Incident)
79 )
80
81
82class Indicators(stix.EntityList):

Callers 2

__init__Method · 0.70
add_incidentMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected