suou.functools
Function utilities (decorators et al.).
Functions
|
Reimplementation of lru_cache(). |
|
Implement a calling cooldown for a function of procedure. |
|
Syntactic sugar helper for renaming functions. |
|
Implement a calling cooldown for a function or procedure. |
|
Turn optionally positional and keyword arguments into a hashable key for use in caches. |
|
Describes experimental or future API's introduced as bug fixes (including as backports) but not yet intended for general use (mostly to keep semver consistent). |
|
Wrap callable so that gets called only on not None values. |
|
A more elegant way to say a method is not implemented, but may get in the future. |
|
LRU cache which expires after the TTL in seconds passed as argument. |