summaryrefslogtreecommitdiff
path: root/examples/statemachine/libraryBookDemo.py
Commit message (Expand)AuthorAgeFilesLines
* import and exception types cleanup in statemachine examplesptmcg2020-04-271-1/+1
* Blacken the project (#141)Jon Dufresne2019-10-311-6/+10
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-2/+2
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-271-1/+1
* Fix generated stateMixin class to properly implement overridable transition m...Paul McGuire2019-04-171-2/+2
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-151-18/+10
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-2/+2
* Add document signoff and library book state examples;ptmcg2018-12-311-0/+78