Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c2064 static PyTypeObject combinations_type; variable
2231 static PyTypeObject combinations_type = { variable
4088 &combinations_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c2400 static PyTypeObject combinations_type; variable
2657 static PyTypeObject combinations_type = { variable
4663 &combinations_type, in PyInit_itertools()