Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _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
1105
def
_unregister_task(task):
1106
""
"Unregister a completed, scheduled Task."
""
1107
_scheduled_tasks.discard(task)
1108
1109
1110
def
_unregister_eager_task(task):
Callers
nothing calls this directly
Calls
1
discard
Method · 0.45
Tested by
no test coverage detected