MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / close

Method close

tools/python-3.11.9-amd64/Lib/selectors.py:173–178  ·  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

171 raise NotImplementedError
172
173 def close(self):
174 """Close the selector.
175
176 This must be called to make sure that any underlying resource is freed.
177 """
178 pass
179
180 def get_key(self, fileobj):
181 """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