RSS feed
[root]
/
statemachine
/
c04
/
code
/
TI Python
/
scripts
/
document
login:
password:
title search:
Search this site
Enter your search terms
Web
www.carfield.com.hk
Submit search form
Prev
Next
Wed Dec 26 16:00:00 GMT 2001
State
#: c04:statemachine:State.py # A State has an operation, and can be moved # into the next State given an Input: class State: def run(self): assert 1, "run not implemented" def next(self, input): assert 1, "next not implemented" #:~
(google search)
(amazon search)
1
2
3
second
download zip of files only
Prev
Next