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

Method close

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

Source from the content-addressed store, hash-verified

479 return self._selector.fileno()
480
481 def close(self):
482 self._selector.close()
483 super().close()
484
485
486if hasattr(select, 'kqueue'):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected