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

Function _register_eager_task

Lib/asyncio/tasks.py:1075–1077  ·  view source on GitHub ↗

Register an asyncio Task about to be eagerly executed.

(task)

Source from the content-addressed store, hash-verified

1073
1074
1075def _register_eager_task(task):
1076 """Register an asyncio Task about to be eagerly executed."""
1077 _eager_tasks.add(task)
1078
1079
1080def _enter_task(loop, 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…