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

Method _stop_serving

Lib/asyncio/selector_events.py:758–760  ·  view source on GitHub ↗
(self, sock)

Source from the content-addressed store, hash-verified

756 self._add_callback(writer)
757
758 def _stop_serving(self, sock):
759 self._remove_reader(sock.fileno())
760 sock.close()
761
762
763class _SelectorTransport(transports._FlowControlMixin,

Callers

nothing calls this directly

Calls 3

_remove_readerMethod · 0.95
filenoMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected