MCPcopy
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 """

Calls 1

is_fp_closedFunction · 0.85