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

Method close

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

Source from the content-addressed store, hash-verified

186 self.buffer += data
187
188 def close(self):
189 assert not self.closed
190 self.closed = True
191
192 def pause_reading(self):
193 self.read_paused = True

Callers 3

send_fragmented_reqFunction · 0.45
websocket_sessionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected