Python's functools module in TypeScript
Help us add more
Got a rainy Sunday afternoon and a taste for a porting puzzle?
- Get inspiration from the Python 3 standard library string page.
- Click "New file" in the appropriate folder on GitHub. This will fork the project to your account, directly add the file to it, and send a Pull Request to us.
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
100%
shipped
1/1 shipped
11 explicit non-goals
Shipped (1)
Explicit non-goals (11)
-
cacheMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
cached_propertyMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
cmp_to_keyMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
lru_cacheMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
partialMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
partialmethodMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
singledispatchMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
singledispatchmethodMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
total_orderingMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
update_wrapperMost functools exports are decorators, wrappers, or callable factories rather than plain values. -
wrapsMost functools exports are decorators, wrappers, or callable factories rather than plain values.