Commit e75e3530 authored by Robert Bradshaw's avatar Robert Bradshaw

more comments on control flow

parent 6a8e0799
......@@ -9,6 +9,9 @@ import bisect
# could be done on get_state, clearing the cache on set_state (assuming
# incoming is immutable).
# This module still needs a lot of work, and probably should totally be
# redesigned. It doesn't take return, raise, continue, or break into
# account.
class ControlFlow:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment