Searched refs:PyRunningLoopHolder_Type (Results 1 – 1 of 1) sorted by relevance
113 static PyTypeObject PyRunningLoopHolder_Type; variable261 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 = { variable3453 if (PyType_Ready(&PyRunningLoopHolder_Type) < 0) { in PyInit__asyncio()