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

Method error

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

Source from the content-addressed store, hash-verified

1113 print(msg, end=end, file=self.stdout)
1114
1115 def error(self, msg):
1116 print('***', msg, file=self.stdout)
1117
1118 # convenience variables
1119

Callers 15

precmdMethod · 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_whereMethod · 0.95
do_exceptionsMethod · 0.95
do_upMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected