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

Method __exit__

Lib/selectors.py:206–207  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

204 return self
205
206 def __exit__(self, *args):
207 self.close()
208
209
210class _BaseSelectorImpl(BaseSelector):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected