Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dtasks.py945 def _enter_task(loop, task): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py3023 _enter_task = None variable in BaseTaskIntrospectionTests
3135 _enter_task = staticmethod(tasks._py_enter_task) variable in PyIntrospectionTests
3145 _enter_task = staticmethod(tasks._c_enter_task) variable in CIntrospectionTests