-
Notifications
You must be signed in to change notification settings - Fork 0
Automatically exported from code.google.com/p/currypy
License
mjpan/currypy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
functools.partial allows for the currying of arguments. However, being implemented in C, functools.partial objects are not pickleable. This package implements a wrapper class for the partial objects, such that enables pickling of the objects. It requires the following: * functools * subsequently, Python 2.5 Once installed (see INSTALL for instructions), your Python application can use currypy as follows. First, import the module: import currypy Usage is the same as the currypy.Curry API. See src/test/TestCurry for examples of usage
About
Automatically exported from code.google.com/p/currypy
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published