On Thu, 10 Jun 1999, David Ascher wrote: > class SubFoo(Foo): > def __init__(self, *args, **kw): > apply(Foo, (self, ) + args, kw) > ... > > could be written > > class SubFoo(Foo): > def __init__(self, *args, **kw): > Foo(self, *args, **kw) Of course I meant Foo.__init__ in both of the above! --david
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