MCPcopy Create free account
hub / github.com/HiddenCodeDevs/BlumTelegramBot / _format

Method _format

bot/utils/logger.py:45–46  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

43 setattr(self, method_name, disable_color_on_error(self._format, method_name))
44
45 def _format(self, message):
46 return f"{self.session_name} | {message}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected