Home
last modified time | relevance | path

Searched defs:functools (Results 1 – 10 of 10) 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.rst753 functools section in New, Improved, and Deprecated Modules
D3.8.rst763 functools section in Improved Modules
D3.11.rst739 functools section in Improved Modules
770 .. _whatsnew311-hashlib:
D3.3.rst1387 functools section in Improved Modules
D3.7.rst921 functools section in Improved Modules
/third_party/python/Modules/_sqlite/
Dmodule.c257 PyObject *functools = PyImport_ImportModule("functools"); in load_functools_lru_cache() local
/third_party/python/Modules/
D_operator.c1758 PyObject *functools; in methodcaller_reduce() local
D_pickle.c236 PyObject *functools = NULL; in _Pickle_InitState() local