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

Method __init__

stix/indicator/indicator.py:845–846  ·  view source on GitHub ↗
(self, related_campaign_refs=None, scope=None)

Source from the content-addressed store, hash-verified

843 )
844
845 def __init__(self, related_campaign_refs=None, scope=None):
846 super(RelatedCampaignRefs, self).__init__(scope, related_campaign_refs)
847
848
849# NOT ACTUAL STIX TYPES!

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected