MCPcopy 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_handlerMethod · 0.95
user_callMethod · 0.95
user_returnMethod · 0.95
user_exceptionMethod · 0.95
_cmdloopMethod · 0.95
_validate_file_mtimeMethod · 0.95
_show_displayMethod · 0.95
displayhookMethod · 0.95
_exec_in_closureMethod · 0.95
handle_command_defMethod · 0.95
do_breakMethod · 0.95

Calls

no outgoing calls