Version: 2.1.0.15

cybox.common.structured_text module

class cybox.common.structured_text.StructuredText(value=None)[source]

Bases: mixbox.entities.Entity

XML binding class: cybox.bindings.cybox_common.StructuredTextType
is_plain()[source]

Whether this can be represented as a string rather than a dictionary

Subclasses can override this to include their custom fields in this check:

return (super(..., self).is_plain() and self.other_field is None)
structuring_format
XML Binding class name: structuring_format
Dictionary key name: structuring_format
to_dict()[source]
value
XML Binding class name: valueOf_
Dictionary key name: value