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

Method info

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

Source from the content-addressed store, hash-verified

33 self.llm_encoding = None
34
35 def info(self, *args, **kwargs):
36 logger.info(" ".join(map(str, args)))
37 super().print(*args, **kwargs, style=self.INFO_STYLE)
38
39 def warning(self, *args, **kwargs):
40 logger.warning(" ".join(map(str, args)))

Callers 15

setup_loggingFunction · 0.80
renderFunction · 0.80
mainFunction · 0.80
update_args_with_configFunction · 0.80
inputMethod · 0.80
outputMethod · 0.80
render_moduleMethod · 0.80
execute_scriptFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by 7

executeMethod · 0.64
executeMethod · 0.64
executeMethod · 0.64
executeMethod · 0.64
executeMethod · 0.64