MCPcopy
hub / github.com/urllib3/urllib3 / is_closed

Method is_closed

src/urllib3/contrib/emscripten/fetch.py:346–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

344
345 # this is compatible with _base_connection
346 def is_closed(self) -> bool:
347 return self._is_closed
348
349 # for compatibility with RawIOBase
350 @property

Callers 2

closedMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected