Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ write
Method
write
tests/benchmarks/http.py:91–92 · tests/benchmarks/http.py::MockTransport.write
(self, data: bytes)
Source
from the content-addressed store, hash-verified
89
}.get(key)
90
91
def
write(self, data: bytes) -> None:
92
self.buffer += data
93
94
def
close(self) -> None:
95
self.closed = True
Callers
15
restart
Method · 0.45
__call__
Method · 0.45
send_400_response
Method · 0.45
send
Method · 0.45
receive
Method · 0.45
send_400_response
Method · 0.45
send
Method · 0.45
receive
Method · 0.45
extend
Method · 0.45
data_received
Method · 0.45
shutdown
Method · 0.45
handle_message
Method · 0.45
Calls
no outgoing calls
Tested by
1
extract_json_body
Function · 0.36