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

Class Reports

stix/core/__init__.py:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108class Reports(stix.EntityList):
109 _binding = stix_core_binding
110 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
111 _binding_class = _binding.ReportsType
112
113 report = fields.TypedField(
114 name="Report",
115 type_=Report,
116 multiple=True,
117 listfunc=partial(IdrefDeprecatedList, type=Report)
118 )
119
120
121# Namespace flattening

Callers 2

__init__Method · 0.85
add_reportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected