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

Method _real_close

Lib/socket.py:503–505  ·  view source on GitHub ↗
(self, _ss=_socket.socket)

Source from the content-addressed store, hash-verified

501 self.close()
502
503 def _real_close(self, _ss=_socket.socket):
504 # This function should not reference any globals. See issue #808164.
505 _ss.close(self)
506
507 def close(self):
508 # This function should not reference any globals. See issue #808164.

Callers 1

closeMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected