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

Function factory

Lib/asyncio/tasks.py:1049–1051  ·  view source on GitHub ↗
(loop, coro, *, eager_start=True, **kwargs)

Source from the content-addressed store, hash-verified

1047 """
1048
1049 def factory(loop, coro, *, eager_start=True, **kwargs):
1050 return custom_task_constructor(
1051 coro, loop=loop, eager_start=eager_start, **kwargs)
1052
1053 return factory
1054

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…