Version: 1.2.0.8

stix.indicator.test_mechanism Module

Classes

class stix.indicator.test_mechanism._BaseTestMechanism(id_=None, idref=None)

Bases: stix.base.Entity

Functions

stix.indicator.test_mechanism.add_extension(cls)

Registers a stix.Entity class as an implementation of an xml type.

Classes must have an _XSI_TYPE class attributes to be registered. The value of this attribute must be a valid xsi:type.

Note

This was designed for internal use.