MCPcopy Index your code
hub / github.com/RustPython/RustPython / write

Function write

Lib/test/support/asyncore.py:105–111  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

103 obj.handle_error()
104
105def write(obj):
106 try:
107 obj.handle_write_event()
108 except _reraised_exceptions:
109 raise
110 except:
111 obj.handle_error()
112
113def _exception(obj):
114 try:

Callers 15

pollFunction · 0.70
uu_encodeFunction · 0.50
uu_decodeFunction · 0.50
test_strMethod · 0.50
test_bytesMethod · 0.50
test_method_lookupMethod · 0.50
test_bound_methodsMethod · 0.50
mainMethod · 0.50
writeMethod · 0.50
_serialize_xmlFunction · 0.50
_serialize_htmlFunction · 0.50
_serialize_textFunction · 0.50

Calls 2

handle_write_eventMethod · 0.45
handle_errorMethod · 0.45

Tested by 5

test_strMethod · 0.40
test_bytesMethod · 0.40
test_method_lookupMethod · 0.40
test_bound_methodsMethod · 0.40
mainMethod · 0.40