Searched refs:awaitType (Results 1 – 2 of 2) sorted by relevance
2308 from _testcapi import awaitType as at2318 from _testcapi import awaitType as at2323 from _testcapi import awaitType as at
5879 static PyTypeObject awaitType = { variable6780 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()