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

Method close

tools/python-3.11.9-amd64/Lib/asyncore.py:621–626  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

619 write = send
620
621 def close(self):
622 if self.fd < 0:
623 return
624 fd = self.fd
625 self.fd = -1
626 os.close(fd)
627
628 def fileno(self):
629 return self.fd

Callers 1

__del__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected