Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ closed
Method
closed
src/urllib3/contrib/emscripten/fetch.py:127–128 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
125
# for compatibility with RawIOBase
126
@property
127
def
closed(self) -> bool:
128
return
self.is_closed()
129
130
def
close(self) -> None:
131
if
self.is_closed():
Callers
nothing calls this directly
Calls
1
is_closed
Method · 0.95
Tested by
no test coverage detected