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

Method __init__

stix/indicator/indicator.py:812–814  ·  view source on GitHub ↗
(self, operator="OR", *args)

Source from the content-addressed store, hash-verified

810 # E.g, CompositeIndicatorExpression(operator="AND", arg1, arg2, arg3)
811 # will raise an error.
812 def __init__(self, operator="OR", *args):
813 super(CompositeIndicatorExpression, self).__init__(*args)
814 self.operator = operator
815
816
817class _RelatedCampaignRefList(typedlist.TypedList):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected