(key, fundef)
| 336 | |
| 337 | # global setters on State ----------------------------------------------------- |
| 338 | def set_converter(key, fundef): |
| 339 | # note that root state is set on the State class in test_exercise |
| 340 | State.root_state.converters[key] = fundef |
no outgoing calls