MCPcopy
hub / github.com/encode/uvicorn / is_closing

Method is_closing

tests/protocols/test_http.py:198–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self.read_paused = False
197
198 def is_closing(self):
199 return self.closed
200
201 def clear_buffer(self):
202 self.buffer = b""

Callers 15

test_invalid_header_nameFunction · 0.45
test_keepaliveFunction · 0.45
test_keepalive_timeoutFunction · 0.45
test_closeFunction · 0.45
test_chunked_encodingFunction · 0.45
test_undersized_requestFunction · 0.45
test_oversized_requestFunction · 0.45
test_invalid_httpFunction · 0.45
test_app_exceptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected