MCPcopy
hub / github.com/urllib3/urllib3 / flush

Method flush

test/test_response.py:2082–2084  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2080 return self.pop_current_chunk(amt)
2081
2082 def flush(self) -> None:
2083 # Python 3 wants this method.
2084 pass
2085
2086 def close(self) -> None:
2087 self.closed = True

Calls

no outgoing calls

Tested by

no test coverage detected