(self)
| 124 | self._send_parameter_event('clientStateVersionAccepted', {}) |
| 125 | |
| 126 | def on_close(self): |
| 127 | if self.config_id in active_config_models: |
| 128 | del active_config_models[self.config_id] |
| 129 | |
| 130 | def safe_write(self, message): |
| 131 | if self.ws_connection is not None: |
nothing calls this directly
no outgoing calls
no test coverage detected