Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ message
Method
message
Lib/pdb.py:1112–1113 ·
view source on GitHub ↗
(self, msg, end='\n')
Source
from the content-addressed store, hash-verified
1110
# interface abstraction functions
1111
1112
def
message(self, msg, end=
'\n'
):
1113
print(msg, end=end, file=self.stdout)
1114
1115
def
error(self, msg):
1116
print(
'***'
, msg, file=self.stdout)
Callers
15
sigint_handler
Method · 0.95
user_call
Method · 0.95
user_return
Method · 0.95
user_exception
Method · 0.95
_cmdloop
Method · 0.95
_validate_file_mtime
Method · 0.95
_show_display
Method · 0.95
_get_tb_and_exceptions
Method · 0.95
displayhook
Method · 0.95
_exec_in_closure
Method · 0.95
handle_command_def
Method · 0.95
do_break
Method · 0.95
Calls
no outgoing calls
Tested by
5
test_message_and_error
Method · 0.36
_make_subtype_test_message
Method · 0.36
subtype_as_make_with_boundary
Method · 0.36
test_policy_on_part_made_by_make_comes_from_message
Method · 0.36
test_default_content_manager_for_add_comes_from_policy
Method · 0.36