Version: 2.1.0.12.dev0

cybox.common.object_properties module

class cybox.common.object_properties.CustomProperties(*args)[source]

Bases: cybox.EntityList

XML binding class: cybox.bindings.cybox_common.CustomPropertiesType
class cybox.common.object_properties.ObjectProperties[source]

Bases: cybox.Entity

The Cybox ObjectProperties base class.

XML binding class: <undefined>
custom_properties
XML Binding class name: Custom_Properties
Dictionary key name: custom_properties
classmethod from_dict(defobj_dict, defobj=None)[source]
classmethod from_obj(defobj_obj, defobj=None)[source]
object_reference
XML Binding class name: object_reference
Dictionary key name: object_reference
to_dict(partial_dict=None)[source]
to_obj(return_obj=None, ns_info=None)[source]
class cybox.common.object_properties.Property[source]

Bases: cybox.common.properties.String

XML binding class: cybox.bindings.cybox_common.PropertyType
static from_dict(property_dict)[source]
static from_obj(property_obj)[source]
is_plain()[source]

Whether the Property can be represented as a single value.

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