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

Function _register_task

Lib/asyncio/tasks.py:1070–1072  ·  view source on GitHub ↗

Register an asyncio Task scheduled to run on an event loop.

(task)

Source from the content-addressed store, hash-verified

1068
1069
1070def _register_task(task):
1071 """Register an asyncio Task scheduled to run on an event loop."""
1072 _scheduled_tasks.add(task)
1073
1074
1075def _register_eager_task(task):

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…