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

Method close

tools/python-3.11.9-amd64/Lib/selectors.py:483–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

481 return ready
482
483 def close(self):
484 self._selector.close()
485 super().close()
486
487
488if hasattr(select, 'devpoll'):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected