summaryrefslogtreecommitdiff
path: root/examples/statemachine/statemachine.py
Commit message (Expand)AuthorAgeFilesLines
* Update generated code for both unnamed and named state transition state machinesPaul McGuire2019-05-271-1/+9
* Typo - `isinstance` should be `issubclass`Paul McGuire2019-05-271-1/+1
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-271-9/+8
* Fix generated stateMixin class to properly implement overridable transition m...Paul McGuire2019-04-171-7/+5
* Added change note re: changes to statemachine example; some code reformat/cle...Paul McGuire2019-04-161-1/+13
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-151-32/+102
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-6/+6
* Add document signoff and library book state examples;ptmcg2018-12-311-28/+32
* Update statemachine demo code to Py3Paul McGuire2018-12-311-17/+15
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-281-0/+258