Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py825 def _register_task(task): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py2609 _register_task = None variable in BaseTaskIntrospectionTests
2723 _register_task = staticmethod(tasks._py_register_task) variable in PyIntrospectionTests
2733 _register_task = staticmethod(tasks._c_register_task) variable in CIntrospectionTests
2738 _register_task = _unregister_task = _enter_task = _leave_task = None variable in CIntrospectionTests