Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_coroutines.py2435 from _testcapi import awaitType as at
2445 from _testcapi import awaitType as at
2450 from _testcapi import awaitType as at
/third_party/python/Modules/
H A D_testcapimodule.c7049 static PyTypeObject awaitType = { variable
7051 "awaitType",
8030 if (PyType_Ready(&awaitType) < 0) in PyInit__testcapi()
8032 Py_INCREF(&awaitType); in PyInit__testcapi()
8033 PyModule_AddObject(m, "awaitType", (PyObject *)&awaitType); in PyInit__testcapi()

Completed in 13 milliseconds