MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _real_close

Method _real_close

tools/python-3.11.9-amd64/Lib/socket.py:495–497  ·  view source on GitHub ↗
(self, _ss=_socket.socket)

Source from the content-addressed store, hash-verified

493 self.close()
494
495 def _real_close(self, _ss=_socket.socket):
496 # This function should not reference any globals. See issue #808164.
497 _ss.close(self)
498
499 def close(self):
500 # 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