Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109918
| From | Michael Selik <michael.selik@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Overriding methods inherited from a superclass with methods from a mixin |
| Date | 2016-06-14 00:13 +0000 |
| Message-ID | <mailman.48.1465863236.2288.python-list@python.org> (permalink) |
| References | <2a1088f1-3bdb-4b21-80b5-8cc640d3bceb@googlegroups.com> <a975a796-3e65-4d0b-99ad-c5e4d196685e@googlegroups.com> <CAGgTfkOmgyKonQa2nQc2-j71OMygG3a8twUNrA9v3VD3J9yf5A@mail.gmail.com> |
On Mon, Jun 13, 2016 at 7:46 PM <alanqueiros@gmail.com> wrote: > I ... am making an effort to get used to the rtl order as quickly as > possible. > Funny, you keep saying right-to-left. I think the issue is you think the parent class is more important. Fight the power! Youth revolt! In Python, the children are in control. Now you can read it left-to-right, as is natural. I feel somewhat bad about posting these links > The StackOverflow answer had an upvoted comment that the BaseRequest should be written after the Mixins. The two blog posts read like conversation starters. I don't think the authors intended to write model code. A famous textbook getting it wrong would be more interesting. But even Knuth makes mistakes (https://en.wikipedia.org/wiki/Knuth_reward_check).
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Overriding methods inherited from a superclass with methods from a mixin alanqueiros@gmail.com - 2016-06-12 20:55 -0700
Re: Overriding methods inherited from a superclass with methods from a mixin dieter <dieter@handshake.de> - 2016-06-13 09:13 +0200
Re: Overriding methods inherited from a superclass with methods from a mixin Peter Otten <__peter__@web.de> - 2016-06-13 09:59 +0200
Re: Overriding methods inherited from a superclass with methods from a mixin Ian Kelly <ian.g.kelly@gmail.com> - 2016-06-13 07:17 -0600
Re: Overriding methods inherited from a superclass with methods from a mixin Michael Selik <michael.selik@gmail.com> - 2016-06-13 17:32 +0000
Re: Overriding methods inherited from a superclass with methods from a mixin alanqueiros@gmail.com - 2016-06-13 11:42 -0700
Re: Overriding methods inherited from a superclass with methods from a mixin Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-06-14 10:28 +1200
Re: Overriding methods inherited from a superclass with methods from a mixin Michael Selik <michael.selik@gmail.com> - 2016-06-13 22:50 +0000
Re: Overriding methods inherited from a superclass with methods from a mixin alanqueiros@gmail.com - 2016-06-13 16:44 -0700
Re: Overriding methods inherited from a superclass with methods from a mixin Michael Selik <michael.selik@gmail.com> - 2016-06-14 00:13 +0000
csiph-web