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

Method _call_soon

Lib/asyncio/selector_events.py:934–935  ·  view source on GitHub ↗
(self, callback, *args)

Source from the content-addressed store, hash-verified

932 self._loop._add_writer(fd, callback, *args, context=self._context)
933
934 def _call_soon(self, callback, *args):
935 self._loop.call_soon(callback, *args, context=self._context)
936
937class _SelectorSocketTransport(_SelectorTransport):
938

Callers 4

closeMethod · 0.95
_force_closeMethod · 0.95
__init__Method · 0.45
__init__Method · 0.45

Calls 1

call_soonMethod · 0.45

Tested by

no test coverage detected