(self, fmt, *args)
| 57 | pass |
| 58 | |
| 59 | def log_error(self, fmt, *args): |
| 60 | sys.stderr.write(f"[server] ERROR: {fmt % args}\n") |
| 61 | |
| 62 | # ---- GET --------------------------------------------------------------- |
| 63 |
nothing calls this directly
no outgoing calls
no test coverage detected