Home
last modified time | relevance | path

Searched refs:_asyncio (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dfutures.py423 import _asyncio namespace
428 Future = _CFuture = _asyncio.Future
H A Dtasks.py358 import _asyncio namespace
363 Task = _CTask = _asyncio.Task
971 from _asyncio import (_register_task, _unregister_task,
H A Devents.py791 # Similarly, this method's C equivalent in _asyncio is going away as well.
832 from _asyncio import (_get_running_loop, _set_running_loop,
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py2839 import _asyncio # NoQA namespace
H A Dtest_tasks.py2556 'requires the C _asyncio module')
2587 'requires the C _asyncio module')
2596 'requires the C _asyncio module')
2605 'requires the C _asyncio module')
2614 'requires the C _asyncio module')
2622 'requires the C _asyncio module')
2643 'requires the C _asyncio module')
2788 'requires the C _asyncio module')
2835 'requires the C _asyncio module')
2849 # Because of circular imports it's easy to make _asyncio
2861 import _asyncio global() namespace
[all...]

Completed in 11 milliseconds