MCPcopy Index your code
hub / github.com/python/cpython / _real_close

Method _real_close

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

Source from the content-addressed store, hash-verified

510 self.close()
511
512 def _real_close(self, _ss=_socket.socket):
513 # This function should not reference any globals. See issue #808164.
514 _ss.close(self)
515
516 def close(self):
517 # 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