MCPcopy
hub / github.com/Delgan/loguru / prepare_message

Method prepare_message

loguru/_colorizer.py:371–373  ·  view source on GitHub ↗
(string, args=(), kwargs={})

Source from the content-addressed store, hash-verified

369
370 @staticmethod
371 def prepare_message(string, args=(), kwargs={}): # noqa: B006
372 tokens = Colorizer._parse_with_formatting(string, args, kwargs)
373 return ColoredMessage(tokens)
374
375 @staticmethod
376 def prepare_simple_message(string):

Callers 1

_logMethod · 0.80

Calls 2

ColoredMessageClass · 0.85

Tested by

no test coverage detected