Changeset 1162 for gaphas/trunk/state.txt
- Timestamp:
- 03/15/07 03:04:22 (2 years ago)
- Files:
-
- gaphas/trunk/state.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/state.txt
r1161 r1162 17 17 18 18 >>> from gaphas import state 19 >>> state.observers.clear() 20 >>> state.subscribers.clear() 21 19 22 >>> from gaphas.tree import Tree 20 23 >>> tree = Tree() … … 197 200 Testcases are described in undo.txt. 198 201 202 (disable dispatching again, not frustrating other tests) 203 204 >>> state.disable_dispatching(Tree.add) 205 >>> state.disable_dispatching(Tree.remove) 206
