Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c2074 static PyTypeObject combinations_type; variable
2241 static PyTypeObject combinations_type = { variable
4098 &combinations_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c2376 static PyTypeObject combinations_type; variable
2633 static PyTypeObject combinations_type = { variable
4639 &combinations_type, in PyInit_itertools()