Version: 2.1.0.21
cybox.common.structured_text module¶
-
class
cybox.common.structured_text.StructuredText(value=None)[source]¶ Bases:
mixbox.entities.EntityXML 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_formatDictionary key name:structuring_format
-
value¶ - XML Binding class name:
valueOf_Dictionary key name:value
-