Searched defs:functools (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Doc/whatsnew/ | ||
D | 3.4.rst | 850 functools section in Improved Modules |
D | 3.5.rst | 1147 functools section in Improved Modules |
D | 3.2.rst | 749 functools section in New, Improved, and Deprecated Modules |
D | 3.3.rst | 1387 functools section in Improved Modules |
D | 3.7.rst | 915 functools section in Improved Modules |
/external/python/cpython3/Modules/ | ||
D | _operator.c | 1638 PyObject *functools; in methodcaller_reduce() local |
D | _pickle.c | 213 PyObject *functools = NULL; in _Pickle_InitState() local |
/external/python/cpython2/Python/ | ||
D | bltinmodule.c | 2124 PyObject *functools = PyImport_ImportModule("functools"); in builtin_reduce() local |