Home
last modified time | relevance | path

Searched defs:_unregister_task (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dtasks.py961 def _unregister_task(task): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py3022 _unregister_task = None variable in BaseTaskIntrospectionTests
3134 _unregister_task = staticmethod(tasks._py_unregister_task) variable in PyIntrospectionTests
3144 _unregister_task = staticmethod(tasks._c_unregister_task) variable in CIntrospectionTests