MCPcopy Index your code
hub / github.com/RustPython/RustPython / close

Method close

Lib/asyncio/selector_events.py:1214–1216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1212 self._empty_waiter = None
1213
1214 def close(self):
1215 self._read_ready_cb = None
1216 super().close()
1217
1218
1219class _SelectorDatagramTransport(_SelectorTransport, transports.DatagramTransport):

Callers 1

_read_ready__on_eofMethod · 0.95

Calls 2

superClass · 0.85
closeMethod · 0.45

Tested by

no test coverage detected