MCPcopy Create free account
hub / github.com/RustPython/RustPython / Message

Class Message

Lib/test/test_logging.py:5937–5943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5935
5936
5937class Message:
5938 def __init__(self, fmt, args):
5939 self.fmt = fmt
5940 self.args = args
5941
5942 def __str__(self):
5943 return self.fmt.format(*self.args)
5944
5945
5946class StyleAdapter(logging.LoggerAdapter):

Callers 1

logMethod · 0.70

Calls

no outgoing calls

Tested by 1

logMethod · 0.56