MCPcopy
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

closedMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected