embarrassing class question

Ian ian.g.kelly at gmail.com
Thu Oct 21 15:06:57 EDT 2010


On Oct 21, 12:53 pm, Brendan <brendandetra... at yahoo.com> wrote:
> So it must never make sense to put subclasses in separate modules?

It doesn't matter to Python whether the subclass is in the same module
or imported.  Do it whichever way makes the most sense to you from a
code organization perspective.



More information about the Python-list mailing list