Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_code
Method · 0.45
_send
Method · 0.45
attach
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected