Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ write
Function
write
tools/python-3.11.9-amd64/Lib/asyncore.py:94–100 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
92
obj.handle_error()
93
94
def
write(obj):
95
try
:
96
obj.handle_write_event()
97
except
_reraised_exceptions:
98
raise
99
except
:
100
obj.handle_error()
101
102
def
_exception(obj):
103
try
:
Callers
1
poll
Function · 0.70
Calls
2
handle_write_event
Method · 0.80
handle_error
Method · 0.45
Tested by
no test coverage detected