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

Method __init__

stix/exploit_target/__init__.py:123–124  ·  view source on GitHub ↗
(self, coas=None, scope=None)

Source from the content-addressed store, hash-verified

121 potential_coa = fields.TypedField("Potential_COA", RelatedCOA, multiple=True, key_name="coas")
122
123 def __init__(self, coas=None, scope=None):
124 super(PotentialCOAs, self).__init__(scope, coas)
125
126
127class RelatedExploitTargets(GenericRelationshipList):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected