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

Class Campaigns

stix/core/__init__.py:30–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30class Campaigns(stix.EntityList):
31 _binding = stix_core_binding
32 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
33 _binding_class = _binding.CampaignsType
34
35 campaign = fields.TypedField(
36 name="Campaign",
37 type_=Campaign,
38 multiple=True,
39 listfunc=partial(IdrefDeprecatedList, type=Campaign)
40 )
41
42
43class CoursesOfAction(stix.EntityList):

Callers 2

__init__Method · 0.70
add_campaignMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected