Lib/functools.py
cpython 3.14 @ ab2d84fe1023/Lib/functools.py
Lib/functools.py re-exports from _functools (C extension) and adds pure-Python
utilities: wraps, total_ordering, cached_property, singledispatch, and
singledispatchmethod.