Home
last modified time | relevance | path

Searched refs:partial_type (Results 1 – 2 of 2) 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.c26 static PyTypeObject partial_type; variable
42 if (Py_TYPE(func) == &partial_type && type == &partial_type) { in partial_new()
382 static PyTypeObject partial_type = { variable
1396 &partial_type, in PyInit__functools()