(self, timeout_id)
| 39 | return cls(datetime.removeprefix("["), level, line.removeprefix(" ").replace("]", ":", 1)) |
| 40 | |
| 41 | def raise_on_error(self, timeout_id): |
| 42 | pass |
| 43 | |
| 44 | |
| 45 | class Exit(namedtuple("Exit", "")): |
no outgoing calls
no test coverage detected