(self, methodid, callback)
| 706 | self._nodes[nodeid].attributes[attr].datachange_callbacks.pop(handle) |
| 707 | |
| 708 | def add_method_callback(self, methodid, callback): |
| 709 | with self._lock: |
| 710 | node = self._nodes[methodid] |
| 711 | node.call = callback |
no outgoing calls
no test coverage detected