(self, msg: object, *args: object, **kwargs: object)
| 63 | |
| 64 | # ---- Logging calls ---- |
| 65 | def debug(self, msg: object, *args: object, **kwargs: object) -> None: ... |
| 66 | def info(self, msg: object, *args: object, **kwargs: object) -> None: ... |
| 67 | def warning(self, msg: object, *args: object, **kwargs: object) -> None: ... |
| 68 | def warn(self, msg: object, *args: object, **kwargs: object) -> None: ... |
no outgoing calls
no test coverage detected