Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py846 def _unregister_task(task): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2610 _unregister_task = None variable in BaseTaskIntrospectionTests
2724 _unregister_task = staticmethod(tasks._py_unregister_task) variable in PyIntrospectionTests
2734 _unregister_task = staticmethod(tasks._c_unregister_task) variable in CIntrospectionTests