MCPcopy
hub / github.com/urllib3/urllib3 / streaming_ready

Function streaming_ready

src/urllib3/contrib/emscripten/fetch.py:714–718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712
713
714def streaming_ready() -> bool | None:
715 if _fetcher:
716 return _fetcher.streaming_ready
717 else:
718 return None # no fetcher, return None to signify that
719
720
721async def wait_for_streaming_ready() -> bool:

Callers 2

send_streaming_requestFunction · 0.85
_show_streaming_warningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected