summaryrefslogtreecommitdiff
path: root/examples/statemachine/trafficLightDemo.py
Commit message (Expand)AuthorAgeFilesLines
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-1/+1
* Fine tuning of statemachine example, moving InvalidStateTransition declaratio...Paul McGuire2019-05-271-1/+1
* Refactor generated State code to use overridden transition methods instead of...Paul McGuire2019-04-151-10/+2
* 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-3/+2
* Update statemachine demo code to Py3Paul McGuire2018-12-311-7/+30
* Fix partial named results when And embedded in named MatchFirst or Orptmcg2018-12-281-0/+12