sdvillal / whatami

Easily provide python objects with self-identification
Other
9 stars 1 forks source link

Support pytoolz/cytoolz curry in callable2call #3

Closed sdvillal closed 8 years ago

sdvillal commented 9 years ago

That should be implemented here, it should not make having these libraries installed compulsory (use some sort of conditional import) and it might be more challenging with cytoolz. Probably these decorators just store the parameter values in some internal dictionary.