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

Method close

Lib/selectors.py:177–182  ·  view source on GitHub ↗

Close the selector. This must be called to make sure that any underlying resource is freed.

(self)

Source from the content-addressed store, hash-verified

175 raise NotImplementedError
176
177 def close(self):
178 """Close the selector.
179
180 This must be called to make sure that any underlying resource is freed.
181 """
182 pass
183
184 def get_key(self, fileobj):
185 """Return the key associated to a registered file object.

Callers 5

__exit__Method · 0.95
closeMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
_can_useFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected