Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Function
write
Lib/test/support/asyncore.py:95–101 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
93
obj.handle_error()
94
95
def
write(obj):
96
try
:
97
obj.handle_write_event()
98
except
_reraised_exceptions:
99
raise
100
except
:
101
obj.handle_error()
102
103
def
_exception(obj):
104
try
:
Callers
15
poll
Function · 0.70
uu_encode
Function · 0.50
uu_decode
Function · 0.50
test_str
Method · 0.50
test_bytes
Method · 0.50
test_method_lookup
Method · 0.50
test_bound_methods
Method · 0.50
main
Method · 0.50
write
Method · 0.50
_serialize_xml
Function · 0.50
_serialize_html
Function · 0.50
_serialize_text
Function · 0.50
Calls
2
handle_write_event
Method · 0.45
handle_error
Method · 0.45
Tested by
6
test_str
Method · 0.40
test_bytes
Method · 0.40
test_method_lookup
Method · 0.40
test_bound_methods
Method · 0.40
main
Method · 0.40
test_write
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…