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

Method __init__

stix/indicator/indicator.py:818–819  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

816
817class _RelatedCampaignRefList(typedlist.TypedList):
818 def __init__(self, *args):
819 super(_RelatedCampaignRefList, self).__init__(type=RelatedCampaignRef, *args)
820
821 def _fix_value(self, value):
822 from stix.campaign import Campaign

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected