| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
declaration inside generated class; added video state machine demo; added vending machine state machine demo showing how to using statemachine without importing a .pystate file
|
|
|
|
| |
methods instead of messing with getattr; allows use of `super().transition_name()` in classes that subclass from the Mixin
|
|
|
|
| |
of overriding getattr; add generation of state-managing mixin class to delegate to _state instance variable, and reworked demos to use mixin instead of replicating state code
|
|
|
|
| |
compatibility
|
|
|