MCPcopy
hub / github.com/urllib3/urllib3 / __del__

Method __del__

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

Source from the content-addressed store, hash-verified

340 self.js_abort_controller = js_abort_controller
341
342 def __del__(self) -> None:
343 self.close()
344
345 # this is compatible with _base_connection
346 def is_closed(self) -> bool:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected