MCPcopy Index your code
hub / github.com/RustPython/RustPython / close

Method close

Lib/http/client.py:435–440  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433 fp.close()
434
435 def close(self):
436 try:
437 super().close() # set "closed" flag
438 finally:
439 if self.fp:
440 self._close_conn()
441
442 # These implementations are for the benefit of io.BufferedReader.
443

Calls 2

_close_connMethod · 0.95
superClass · 0.85