> > import new > > > > def curry(f, x, cls=None): > > return new.instancemethod(f, x) > > Hmmm, what's the role of the ", cls=None" argument here...? Oops, remnant of a dead code branch. > I.e, couldn't just > > curry = new.instancemethod > > be equivalent? Right. I had bigger plans but decided to can them. :-) --Guido van Rossum (home page: http://www.python.org/~guido/)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4