Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_collectionsmodule.c1693 static PyTypeObject dequeiter_type; variable
1700 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()
1765 assert(type == &dequeiter_type); in dequeiter_new()
1806 static PyTypeObject dequeiter_type = { variable
2413 if (PyType_Ready(&dequeiter_type) < 0) in PyInit__collections()
2415 Py_INCREF(&dequeiter_type); in PyInit__collections()
2416 PyModule_AddObject(m, "_deque_iterator", (PyObject *)&dequeiter_type); in PyInit__collections()
/external/python/cpython2/Modules/
D_collectionsmodule.c1254 static PyTypeObject dequeiter_type; variable
1261 it = PyObject_GC_New(dequeiterobject, &dequeiter_type); in deque_iter()
1331 static PyTypeObject dequeiter_type = { variable
1769 if (PyType_Ready(&dequeiter_type) < 0) in init_collections()
/external/python/cpython2/PC/os2emx/
Dpython27.def1223 "dequeiter_type"