Home
last modified time | relevance | path

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

/third_party/python/Doc/whatsnew/
D3.4.rst850 functools section in Improved Modules
862 The new :func:`~functools.singledispatch` decorator brings support for argument
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.2.rst751 functools section in New, Improved, and Deprecated Modules
D3.8.rst761 functools section in Improved Modules
D3.3.rst1387 functools section in Improved Modules
D3.7.rst921 functools section in Improved Modules
/third_party/python/Modules/
D_operator.c1671 PyObject *functools; in methodcaller_reduce() local
D_pickle.c224 PyObject *functools = NULL; in _Pickle_InitState() local