Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_asynciomodule.c113 static PyTypeObject PyRunningLoopHolder_Type; variable
261 assert(Py_IS_TYPE(rl, &PyRunningLoopHolder_Type)); in get_running_loop()
3242 PyRunningLoopHolder, &PyRunningLoopHolder_Type); in new_running_loop_holder()
3266 static PyTypeObject PyRunningLoopHolder_Type = { variable
3453 if (PyType_Ready(&PyRunningLoopHolder_Type) < 0) { in PyInit__asyncio()