(self, *args, **kwargs)
| 24 | self.log_send.append((args, kwargs)) |
| 25 | |
| 26 | def close(self, *args, **kwargs): |
| 27 | self.log_close.append((args, kwargs)) |
| 28 | |
| 29 | _widget_attrs = {} |
| 30 | undefined = object() |
nothing calls this directly
no outgoing calls
no test coverage detected