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

Method error

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

Source from the content-addressed store, hash-verified

41 super().print(*args, **kwargs, style=self.WARNING_STYLE)
42
43 def error(self, *args, **kwargs):
44 logger.error(" ".join(map(str, args)))
45 super().print(*args, **kwargs, style=self.ERROR_STYLE)
46
47 def input(self, *args, **kwargs):
48 # We also log input as info so it shows in the toggled view

Callers 12

load_configFunction · 0.80
mainFunction · 0.80
update_args_with_configFunction · 0.80
parse_argumentsFunction · 0.80
_load_configMethod · 0.80
_handle_retry_logicMethod · 0.80
dispatch_errorMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
print_exit_summaryFunction · 0.80

Calls

no outgoing calls

Tested by 2

executeMethod · 0.64
executeMethod · 0.64