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

Method input

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

Source from the content-addressed store, hash-verified

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
49 logger.info(" ".join(map(str, args)))
50 super().print(*args, **kwargs, style=self.INPUT_STYLE)
51
52 def output(self, *args, **kwargs):
53 logger.info(" ".join(map(str, args)))

Callers 1

print_resourcesMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected