Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ is_closed
Method
is_closed
src/urllib3/contrib/emscripten/fetch.py:346–347 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
344
345
# this is compatible with _base_connection
346
def
is_closed(self) -> bool:
347
return
self._is_closed
348
349
# for compatibility with RawIOBase
350
@property
Callers
2
closed
Method · 0.95
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected