Home
last modified time | relevance | path

Searched refs:_functools (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/importlib/metadata/
D_text.py3 from ._functools import method_cache
D__init__.py20 from ._functools import method_cache
/third_party/python/Lib/
Dfunctools.py226 from _functools import cmp_to_key
266 from _functools import reduce
342 from _functools import partial
642 from _functools import _lru_cache_wrapper
Dtempfile.py39 import functools as _functools namespace
497 @_functools.wraps(func)
/third_party/python/Modules/
DSetup111 _functools -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal _functoolsmodule.c # Tools for wo…
/third_party/python/Misc/NEWS.d/
D3.9.0a6.rst190 Port _functools module to multiphase initialization (PEP 489). Patch by
/third_party/python/Lib/test/test_asyncio/
Dtest_tasks.py3264 import _functools
/third_party/python/Doc/whatsnew/
D3.9.rst88 :mod:`_codecs`, :mod:`_contextvars`, :mod:`_crypt`, :mod:`_functools`,
/third_party/python/Misc/
DHISTORY14802 - The _functools and _locale modules are now built into the libpython shared
18044 been renamed to _functools and a functools Python wrapper module added.