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

Method error

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

Source from the content-addressed store, hash-verified

466 print(msg, file=self.stdout)
467
468 def error(self, msg):
469 print('***', msg, file=self.stdout)
470
471 # Generic completion functions. Individual complete_foo methods can be
472 # assigned below to one of these functions.

Callers 15

defaultMethod · 0.95
do_commandsMethod · 0.95
do_breakMethod · 0.95
checklineMethod · 0.95
do_enableMethod · 0.95
do_disableMethod · 0.95
do_conditionMethod · 0.95
do_ignoreMethod · 0.95
do_clearMethod · 0.95
do_upMethod · 0.95
do_downMethod · 0.95
do_untilMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected