eon.statelist¶
The statelist module.
Module Contents¶
Classes¶
The StateList class. Serves as an interface to State objects and StateList metadata. |
Data¶
API¶
- eon.statelist.logger¶
‘getLogger(…)’
- class eon.statelist.StateList(StateClass, initial_state=None, config: eon.config.ConfigClass = EON_CONFIG)[source]¶
The StateList class. Serves as an interface to State objects and StateList metadata.
Initialization
Check to see if state_path exists and that state zero exists. Initializes state zero when passed a initial_state only if state zero doesn’t already exist.