Searched refs:dequeiter_type (Results 1 – 5 of 5) sorted by relevance
1254 static PyTypeObject dequeiter_type; variable1261 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()1331 static PyTypeObject dequeiter_type = { variable1769 if (PyType_Ready(&dequeiter_type) < 0) in init_collections()
1677 static PyTypeObject dequeiter_type; variable1684 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()1749 assert(type == &dequeiter_type); in dequeiter_new()1790 static PyTypeObject dequeiter_type = { variable2578 &dequeiter_type, in collections_exec()
1223 "dequeiter_type"
618 Modules/_collectionsmodule.c:dequeiter_type static PyTypeObject dequeiter_type
183 Modules/_collectionsmodule.c - dequeiter_type variable static PyTypeObject dequeiter_type