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

Method start_serving

Lib/asyncio/base_events.py:362–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

360 transport.abort()
361
362 async def start_serving(self):
363 self._start_serving()
364 # Skip one loop iteration so that all 'loop.add_reader'
365 # go through.
366 await tasks.sleep(0)
367
368 async def serve_forever(self):
369 if self._serving_forever_fut is not None:

Callers 2

mainMethod · 0.45
mainMethod · 0.45

Calls 2

_start_servingMethod · 0.95
sleepMethod · 0.45

Tested by 2

mainMethod · 0.36
mainMethod · 0.36