MCPcopy Index your code
hub / github.com/Codeplain-ai/codeplain / warning

Method warning

plain2code_console.py:39–41  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

37 super().print(*args, **kwargs, style=self.INFO_STYLE)
38
39 def warning(self, *args, **kwargs):
40 logger.warning(" ".join(map(str, args)))
41 super().print(*args, **kwargs, style=self.WARNING_STYLE)
42
43 def error(self, *args, **kwargs):
44 logger.error(" ".join(map(str, args)))

Callers 5

wipe_moduleMethod · 0.80
setup_loggingFunction · 0.80
__init__Method · 0.80
execute_scriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected