Home
last modified time | relevance | path

Searched refs:awaitType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_coroutines.py2308 from _testcapi import awaitType as at
2318 from _testcapi import awaitType as at
2323 from _testcapi import awaitType as at
/external/python/cpython3/Modules/
D_testcapimodule.c5879 static PyTypeObject awaitType = { variable
6780 if (PyType_Ready(&awaitType) < 0) in PyInit__testcapi()
6782 Py_INCREF(&awaitType); in PyInit__testcapi()
6783 PyModule_AddObject(m, "awaitType", (PyObject *)&awaitType); in PyInit__testcapi()