Searched defs:functools (Results 1 – 9 of 9) 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 | 751 functools section in New, Improved, and Deprecated Modules |
| D | 3.8.rst | 761 functools section in Improved Modules |
| D | 3.3.rst | 1387 functools section in Improved Modules |
| D | 3.7.rst | 921 functools section in Improved Modules |
| /external/python/cpython3/Modules/ | ||
| D | _operator.c | 1671 PyObject *functools; in methodcaller_reduce() local |
| D | _pickle.c | 224 PyObject *functools = NULL; in _Pickle_InitState() local |
| /external/python/cpython2/Python/ | ||
| D | bltinmodule.c | 2124 PyObject *functools = PyImport_ImportModule("functools"); in builtin_reduce() local |