Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_functoolsmodule.c101 static PyTypeObject partial_type; variable
337 static PyTypeObject partial_type = { variable
399 &partial_type, in init_functools()
/external/python/cpython3/Modules/
D_functoolsmodule.c25 static PyTypeObject partial_type; variable
43 if (Py_IS_TYPE(func, &partial_type) && type == &partial_type) { in partial_new()
421 static PyTypeObject partial_type = { variable
1433 &partial_type, in _functools_exec()
/external/python/cpython3/Tools/c-analyzer/
DTODO624 Modules/_functoolsmodule.c:partial_type static PyTypeObject partial_type
Dknown.tsv748 Modules/_functoolsmodule.c - partial_type variable static PyTypeObject partial_type