(self, **kwargs)
| 280 | |
| 281 | class FakeOfflineTracker: |
| 282 | def __init__(self, **kwargs): |
| 283 | calls["kwargs"] = kwargs |
| 284 | self._another_instance_already_running = True |
| 285 | |
| 286 | def start(self): |
| 287 | calls["started"] += 1 |
nothing calls this directly
no outgoing calls
no test coverage detected