MCPcopy 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
94def write(obj):
95 try:
96 obj.handle_write_event()
97 except _reraised_exceptions:
98 raise
99 except:
100 obj.handle_error()
101
102def _exception(obj):
103 try:

Callers 1

pollFunction · 0.70

Calls 2

handle_write_eventMethod · 0.80
handle_errorMethod · 0.45

Tested by

no test coverage detected