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

Method close

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

Source from the content-addressed store, hash-verified

497 return self._selector.fileno()
498
499 def close(self):
500 self._selector.close()
501 super().close()
502
503
504if hasattr(select, 'kqueue'):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected