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

Method __del__

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

Source from the content-addressed store, hash-verified

116 self.request: EmscriptenRequest | None = request
117
118 def __del__(self) -> None:
119 self.close()
120
121 # this is compatible with _base_connection
122 def is_closed(self) -> bool:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected