Searched refs:awaitType (Results 1 – 2 of 2) sorted by relevance
2322 from _testcapi import awaitType as at2332 from _testcapi import awaitType as at2337 from _testcapi import awaitType as at
5108 static PyTypeObject awaitType = { variable5314 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()