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

Method start_serving

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

Source from the content-addressed store, hash-verified

363 transport.abort()
364
365 async def start_serving(self):
366 self._start_serving()
367 # Skip one loop iteration so that all 'loop.add_reader'
368 # go through.
369 await tasks.sleep(0)
370
371 async def serve_forever(self):
372 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