MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / warning

Method warning

src/core/log/log.py:93–94  ·  view source on GitHub ↗
(self, message: str, **kwargs)

Source from the content-addressed store, hash-verified

91 self._log("INFO", message, **kwargs)
92
93 def warning(self, message: str, **kwargs) -> None:
94 self.logger.warning(message, **kwargs)
95
96 def debug(self, message: str, **kwargs) -> None:
97 self._log("DEBUG", message, **kwargs)

Callers 8

worker_abortFunction · 0.80
log_request_fullMethod · 0.80
disconnectMethod · 0.80
_safe_sendMethod · 0.80
close_allMethod · 0.80
process_messageMethod · 0.80
_handle_messageMethod · 0.80
wssMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected