Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ isclosed
Method
isclosed
src/urllib3/response.py:825–826 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
823
return
self._connection
824
825
def
isclosed(self) -> bool:
826
return
is_fp_closed(self._fp)
827
828
def
tell(self) -> int:
829
""
"
Callers
7
test_io_closed_consistently_by_read
Method · 0.80
test_io_closed_consistently_by_read1
Method · 0.80
test_io_not_closed_until_all_data_is_read
Method · 0.80
test_io_not_closed_after_requesting_0_bytes
Method · 0.80
_error_catcher
Method · 0.80
closed
Method · 0.80
is_fp_closed
Function · 0.80
Calls
1
is_fp_closed
Function · 0.85
Tested by
4
test_io_closed_consistently_by_read
Method · 0.64
test_io_closed_consistently_by_read1
Method · 0.64
test_io_not_closed_until_all_data_is_read
Method · 0.64
test_io_not_closed_after_requesting_0_bytes
Method · 0.64