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

Function _unregister_eager_task

Lib/asyncio/tasks.py:1110–1112  ·  view source on GitHub ↗

Unregister a task which finished its first eager step.

(task)

Source from the content-addressed store, hash-verified

1108
1109
1110def _unregister_eager_task(task):
1111 """Unregister a task which finished its first eager step."""
1112 _eager_tasks.discard(task)
1113
1114
1115_py_current_task = current_task

Callers

nothing calls this directly

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…