MCPcopy Index your code
hub / github.com/RustPython/RustPython / message

Method message

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

Source from the content-addressed store, hash-verified

463 # interface abstraction functions
464
465 def message(self, msg):
466 print(msg, file=self.stdout)
467
468 def error(self, msg):
469 print('***', msg, file=self.stdout)

Callers 15

sigint_handlerMethod · 0.95
user_callMethod · 0.95
user_returnMethod · 0.95
user_exceptionMethod · 0.95
_cmdloopMethod · 0.95
preloopMethod · 0.95
displayhookMethod · 0.95
do_breakMethod · 0.95
checklineMethod · 0.95
do_enableMethod · 0.95
do_disableMethod · 0.95
do_conditionMethod · 0.95

Calls 1

printFunction · 0.50