Home
last modified time | relevance | path

Searched defs:functools (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Doc/whatsnew/
D3.5.rst1147 functools section in Improved Modules
1152 Most of the :func:`~functools.lru_cache` machinery is now implemented in C, making argument
D3.4.rst850 functools section in Improved Modules
862 The new :func:`~functools.singledispatch` decorator brings support for argument
D3.2.rst749 functools section in New, Improved, and Deprecated Modules
D3.3.rst1387 functools section in Improved Modules
/external/python/cpython3/Modules/
D_operator.c1111 PyObject *functools; in methodcaller_reduce() local
D_pickle.c207 PyObject *functools = NULL; in _Pickle_InitState() local
/external/python/cpython2/Python/
Dbltinmodule.c2123 PyObject *functools = PyImport_ImportModule("functools"); in builtin_reduce() local