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

Method close

Lib/selectors.py:465–467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

463 return ready
464
465 def close(self):
466 self._selector.close()
467 super().close()
468
469
470if hasattr(select, 'devpoll'):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected