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

Function _unregister_task

Lib/asyncio/tasks.py:1105–1107  ·  view source on GitHub ↗

Unregister a completed, scheduled Task.

(task)

Source from the content-addressed store, hash-verified

1103
1104
1105def _unregister_task(task):
1106 """Unregister a completed, scheduled Task."""
1107 _scheduled_tasks.discard(task)
1108
1109
1110def _unregister_eager_task(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…