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

Method write

Lib/pdb.py:325–326  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

323 super().__init__(locals=ns, local_exit=True)
324
325 def write(self, data):
326 self._message(data, end='')
327
328
329# Interaction prompt line will separate file and call info from code

Callers 3

_read_codeMethod · 0.45
_sendMethod · 0.45
attachFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected