Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c3492 static PyTypeObject izip_type; variable
3503 if (type == &izip_type && !_PyArg_NoKeywords("izip()", kwds)) in izip_new()
3621 static PyTypeObject izip_type = { variable
4101 &izip_type, in inititertools()