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

Method __init__

stix/indicator/indicator.py:152–153  ·  view source on GitHub ↗
(self, related_indicators=None, scope=None)

Source from the content-addressed store, hash-verified

150 related_indicator = fields.TypedField("Related_Indicator", RelatedIndicator, multiple=True, key_name="related_indicators")
151
152 def __init__(self, related_indicators=None, scope=None):
153 super(RelatedIndicators, self).__init__(scope, related_indicators)
154
155
156class Indicator(stix.BaseCoreComponent):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected