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:122–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
120
121
# this is compatible with _base_connection
122
def
is_closed(self) -> bool:
123
return
self._is_closed
124
125
# for compatibility with RawIOBase
126
@property
Callers
2
closed
Method · 0.95
close
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected