Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/whatsnew/
D3.4.rst849 functools section in Improved Modules
861 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.rst755 functools section in New, Improved, and Deprecated Modules
D3.8.rst763 functools section in Improved Modules
D3.11.rst740 functools section in Improved Modules
771 .. _whatsnew311-gzip:
D3.3.rst1390 functools section in Improved Modules
D3.7.rst921 functools section in Improved Modules
/external/pytorch/torch/_dynamo/polyfills/
D__init__.py22 functools as functools, unknown