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

Method close

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

Source from the content-addressed store, hash-verified

561 return ready
562
563 def close(self):
564 self._selector.close()
565 super().close()
566
567
568def _can_use(method):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected