Python's functools module in TypeScript


Help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 1/12 shipped 8%

Namespace-level inventory for Python 3.12: what we already ship, what we may still want, and what we intentionally skip or keep.

functools

Python 3.12 · Catalog source: version-pinned source manifest python:3.12:functools

100% shipped
1/1 shipped 11 explicit non-goals
Shipped (1)
Explicit non-goals (11)
  • cache Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • cached_property Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • cmp_to_key Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • lru_cache Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • partial Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • partialmethod Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • singledispatch Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • singledispatchmethod Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • total_ordering Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • update_wrapper Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.
  • wraps Skip Most functools exports are decorators, wrappers, or callable factories rather than plain values.

« More Python functions