MCPcopy
hub / github.com/encode/httpx / flush

Method flush

httpx/_decoders.py:317–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315 return self.decoder.decode(data)
316
317 def flush(self) -> str:
318 return self.decoder.decode(b"", True)
319
320
321class LineDecoder:

Callers 3

textMethod · 0.95
iter_textMethod · 0.95
aiter_textMethod · 0.95

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected