Searched defs:asyncio (Results 1 – 8 of 8) sorted by relevance
/external/python/pybind11/tests/ | ||
D | test_async.py | 4 asyncio = pytest.importorskip("asyncio") variable |
/external/python/cpython3/Doc/whatsnew/ | ||
D | 3.4.rst | 463 asyncio section in New Modules |
D | 3.7.rst | 632 asyncio section in Improved Modules |
D | 3.8.rst | 594 asyncio section in Improved Modules |
D | 3.9.rst | 341 asyncio section in Improved Modules |
D | 3.5.rst | 772 asyncio section in Improved Modules |
D | 3.6.rst | 812 asyncio section in Improved Modules |
/external/python/cpython3/Lib/test/ | ||
D | test_asyncgen.py | 6 asyncio = import_module("asyncio") variable |