Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ is_closing
Method
is_closing
tests/benchmarks/http.py:103–104 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
101
self.read_paused = False
102
103
def
is_closing(self) -> bool:
104
return
self.closed
105
106
def
clear_buffer(self) -> None:
107
self.buffer = b
""
Callers
14
on_response_complete
Method · 0.45
timeout_keep_alive_handler
Method · 0.45
receive
Method · 0.45
on_response_complete
Method · 0.45
timeout_keep_alive_handler
Method · 0.45
receive
Method · 0.45
handle_message
Method · 0.45
send_keepalive_ping
Method · 0.45
keepalive_timeout
Method · 0.45
send
Method · 0.45
send_keepalive_ping
Method · 0.45
keepalive_timeout
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected