Version: 2.1.0.11

cybox.core.associated_object module

class cybox.core.associated_object.AssociatedObject(defined_object=None, type_=None, association_type=None)[source]

Bases: cybox.core.object.Object

The CybOX Associated Object element.

Currently only supports the id, association_type and ObjectProperties properties

XML binding class: <undefined>
static from_dict(object_dict)[source]
static from_obj(object_obj)[source]
superclass

alias of Object | XML binding class: <undefined>

to_dict()[source]
to_obj(return_obj=None, ns_info=None)[source]