Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6276
| From | Raymond Hettinger <python@rcn.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: super() in class defs? |
| Date | 2011-05-25 16:45 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <fb2bdce2-bee2-425b-b1b1-1c152975f620@l2g2000prg.googlegroups.com> (permalink) |
| References | <aed43cea-eae7-40d5-a3c9-13b841d3fd7c@c41g2000yqm.googlegroups.com> <mailman.2087.1306348325.9059.python-list@python.org> <4ddd774f$0$29996$c3e8da3$5496439d@news.astraweb.com> <mailman.2097.1306366342.9059.python-list@python.org> |
On May 25, 4:31 pm, Ian Kelly <ian.g.ke...@gmail.com> wrote: > Right. It's unnecessary, so why saddle yourself with it? FWIW, I expect to release a blog post tomorrow about the principal use cases for super() and how to use it effectively. With just a little bit of know-how, it can be an important tool in your Python toolkit. If any of the comp.lang.python readers want to review and comment on my latest draft, please email me and I'll send it to you directly. Cheers, Raymond Hettinger my email address is listed at http://users.rcn.com/python/download/Descriptor.htm
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
super() in class defs? Jess Austin <jess.austin@gmail.com> - 2011-05-25 10:54 -0700
Re: super() in class defs? Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-25 12:31 -0600
Re: super() in class defs? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-05-25 21:40 +0000
Re: super() in class defs? Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-25 17:31 -0600
Re: super() in class defs? Raymond Hettinger <python@rcn.com> - 2011-05-25 16:45 -0700
csiph-web