Home
last modified time | relevance | path

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

/third_party/python/Lib/asyncio/
Dtasks.py911 def _unregister_task(task): function
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py3080 _unregister_task = None variable in BaseTaskIntrospectionTests
3192 _unregister_task = staticmethod(tasks._py_unregister_task) variable in PyIntrospectionTests
3202 _unregister_task = staticmethod(tasks._c_unregister_task) variable in CIntrospectionTests