Home | Trees | Index | Help |
|
---|
Package aquarium :: Package util :: Module Curry :: Class Curry |
|
This class is a curry (think functional programming).
HACK: This class can probably go away in Python 2.3 thanks to closures.
The following attributes are used:
Method Summary | |
---|---|
Accept the initial arguments and the function. | |
Call the function. |
Method Details |
---|
__init__(self,
f,
*initArgs,
**initKargs)
|
__call__(self,
*args,
**kargs)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |