-
Notifications
You must be signed in to change notification settings - Fork 0
rossdylan/utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
utils.fun @curry(int) A decorator that lets your functions support function currying by default with out have to explicitly wrap them using funtools.partial _ (underscore) A class that equals whatever you compare it to _ == 3 -> True _ == "Test" -> True [_] == [1] -> True utils.pipelines PipeLine(*funcs, **kwargs) Create a pipeline out of the given functions, and give them extra arguments using kwargs ReducePipeline(*funcs, **kwargs) Does the same thing as PipeLine only instead of building the pipeline recursively it does it using reduce()
About
Personal utility libraries for python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published