MCPcopy
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_completeMethod · 0.45
receiveMethod · 0.45
on_response_completeMethod · 0.45
receiveMethod · 0.45
handle_messageMethod · 0.45
send_keepalive_pingMethod · 0.45
keepalive_timeoutMethod · 0.45
sendMethod · 0.45
send_keepalive_pingMethod · 0.45
keepalive_timeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected