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

Method message

Lib/pdb.py:2867–2868  ·  view source on GitHub ↗
(self, msg, end="\n")

Source from the content-addressed store, hash-verified

2865
2866 @typing.override
2867 def message(self, msg, end="\n"):
2868 self._send(message=str(msg) + end, type="info")
2869
2870 @typing.override
2871 def error(self, msg):

Callers 4

cmdloopMethod · 0.95
_interact_displayhookMethod · 0.95
do_interactMethod · 0.95
_error_excMethod · 0.95

Calls 2

_sendMethod · 0.95
strFunction · 0.85

Tested by

no test coverage detected