Ian Bicking wrote: > would have to be translated to this this: > > inst = Foo() > f = Foo.bar > meth = bind(f, inst) > print meth(1, 2) +1 for an explicit "bind unbound method operation", although I would spell it as inst = Foo() f = Foo.bar meth = f.bind(inst) print meth(1, 2) Regards, Martin
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