Searched refs:PyRunningLoopHolder_Type (Results 1 – 2 of 2) sorted by relevance
107 static PyTypeObject PyRunningLoopHolder_Type; variable255 assert(Py_IS_TYPE(rl, &PyRunningLoopHolder_Type)); in get_running_loop()3223 PyRunningLoopHolder, &PyRunningLoopHolder_Type); in new_running_loop_holder()3250 static PyTypeObject PyRunningLoopHolder_Type = { variable3433 if (PyType_Ready(&PyRunningLoopHolder_Type) < 0) { in PyInit__asyncio()
2236 Modules/_asynciomodule.c - PyRunningLoopHolder_Type -