MCPcopy Index your code
hub / github.com/python/cpython / error

Method error

Lib/_pyrepl/readline.py:127–128  ·  view source on GitHub ↗
(self, msg: str = "none")

Source from the content-addressed store, hash-verified

125 self.commands["backspace-dedent"] = backspace_dedent
126
127 def error(self, msg: str = "none") -> None:
128 pass # don't show error messages by default
129
130 def get_stem(self) -> str:
131 b = self.buffer

Callers 1

doMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected