Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
precmd
Method · 0.95
do_commands
Method · 0.95
do_break
Method · 0.95
checkline
Method · 0.95
do_enable
Method · 0.95
do_disable
Method · 0.95
do_condition
Method · 0.95
do_ignore
Method · 0.95
do_clear
Method · 0.95
do_where
Method · 0.95
do_exceptions
Method · 0.95
do_up
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected