kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

update func.curried() #94

Open Leopold80 opened 2 years ago

Leopold80 commented 2 years ago

inspect.getargspec() is deprecated since Python 3.0, use inspect.getfullargspec() instead.