The Python API exposes a limited sub-set of the C++ API with the 'flame' python module.
See the doc strings for more information.
A python Machine is constructed by passing in a file-like object, buffer, or dictionary.
This python type wraps an instance of a sub-class of StateBase. The StateBase::getArray() interface is used to find those member variables exported by the sub-class and expose them as python attributes.
Different sub-classes will export different member variables.