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

Method __init__

stix/indicator/indicator.py:89–90  ·  view source on GitHub ↗
(self, suggested_coas=None, scope=None)

Source from the content-addressed store, hash-verified

87 suggested_coa = fields.TypedField("Suggested_COA", RelatedCOA, multiple=True, key_name="suggested_coas")
88
89 def __init__(self, suggested_coas=None, scope=None):
90 super(SuggestedCOAs, self).__init__(scope, suggested_coas)
91
92
93class RelatedIndicators(GenericRelationshipList):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected