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

Method error

Lib/pdb.py:2871–2872  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

2869
2870 @typing.override
2871 def error(self, msg):
2872 self._send(message=str(msg), type="error")
2873
2874 def _get_input(self, prompt, state) -> str:
2875 # Before displaying a (Pdb) prompt, send the list of PDB commands

Callers 2

_read_replyMethod · 0.95
do_runMethod · 0.95

Calls 2

_sendMethod · 0.95
strFunction · 0.85

Tested by

no test coverage detected