Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_coroutines.py2322 from _testcapi import awaitType as at
2332 from _testcapi import awaitType as at
2337 from _testcapi import awaitType as at
/external/python/cpython3/Modules/
D_testcapimodule.c5108 static PyTypeObject awaitType = { variable
5314 if (PyType_Ready(&awaitType) < 0) in PyInit__testcapi()
5316 Py_INCREF(&awaitType); in PyInit__testcapi()
5317 PyModule_AddObject(m, "awaitType", (PyObject *)&awaitType); in PyInit__testcapi()