(points, image, state)
| 101 | |
| 102 | |
| 103 | def on_reset(points, image, state): |
| 104 | return {'target': [], 'handle': []}, state['img'], False |
| 105 | |
| 106 | |
| 107 | def on_undo(points, image, state, size): |
nothing calls this directly
no outgoing calls
no test coverage detected