Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3118 > unrolled thread

Re: Nested inner classes and inheritance -> namespace problem

Started byJames Mills <prologic@shortcircuit.net.au>
First post2011-04-13 19:31 +1000
Last post2011-04-13 19:31 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Nested inner classes and inheritance -> namespace problem James Mills <prologic@shortcircuit.net.au> - 2011-04-13 19:31 +1000

#3118 — Re: Nested inner classes and inheritance -> namespace problem

FromJames Mills <prologic@shortcircuit.net.au>
Date2011-04-13 19:31 +1000
SubjectRe: Nested inner classes and inheritance -> namespace problem
Message-ID<mailman.306.1302687095.9059.python-list@python.org>
On Wed, Apr 13, 2011 at 7:12 PM, Larry Hastings <larry@hastings.org> wrote:
> Yes, I could make the problem go away if I didn't have nested inner classes
> like this.  But I like this structure.  Any idea how I can make it work
> while preserving the nesting and inheritance?

It's probably better to make use of modules here
as opposed to nesting classes.

cheers
James

-- 
-- James Mills
--
-- "Problems are solved by method"

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web