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

Class CoursesOfAction

stix/core/__init__.py:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43class CoursesOfAction(stix.EntityList):
44 _binding = stix_core_binding
45 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
46 _binding_class = _binding.CoursesOfActionType
47
48 course_of_action = fields.TypedField(
49 name="Course_Of_Action",
50 type_=CourseOfAction,
51 multiple=True,
52 listfunc=partial(IdrefDeprecatedList, type=CourseOfAction)
53 )
54
55
56class ExploitTargets(stix.EntityList):

Callers 2

__init__Method · 0.70
add_course_of_actionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected