MCPcopy Index your code
hub / github.com/python/cpython / formatMessage

Method formatMessage

Lib/logging/__init__.py:683–684  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

681 return self._style.usesTime()
682
683 def formatMessage(self, record):
684 return self._style.format(record)
685
686 def formatStack(self, stack_info):
687 """

Callers 1

formatMethod · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected