Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ send
Method
send
tests/t.py:61–63 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
59
return
v
60
61
def
send(self, data):
62
self.tmp.write(data)
63
self.tmp.flush()
64
65
def
seek(self, offset, whence=0):
66
self.tmp.seek(offset, whence)
Callers
15
test_starlette_websocket_echo
Method · 0.45
test_fastapi_websocket_echo
Method · 0.45
test_basic_connection
Method · 0.45
test_echo_after_connect
Method · 0.45
test_echo_text
Method · 0.45
test_echo_unicode
Method · 0.45
test_echo_empty_string
Method · 0.45
test_multiple_messages
Method · 0.45
test_rapid_messages
Method · 0.45
test_echo_binary
Method · 0.45
test_echo_binary_large
Method · 0.45
test_text_to_binary_conversion
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
15
test_starlette_websocket_echo
Method · 0.36
test_fastapi_websocket_echo
Method · 0.36
test_basic_connection
Method · 0.36
test_echo_after_connect
Method · 0.36
test_echo_text
Method · 0.36
test_echo_unicode
Method · 0.36
test_echo_empty_string
Method · 0.36
test_multiple_messages
Method · 0.36
test_rapid_messages
Method · 0.36
test_echo_binary
Method · 0.36
test_echo_binary_large
Method · 0.36
test_text_to_binary_conversion
Method · 0.36