group several methods under a attribute

jelle jelleferinga at gmail.com
Mon Apr 6 06:40:19 EDT 2009


Hi,

I'm working on a pretty large class and I'd like to group several
methods under a attribute.
Its not convenient to chop up the class in several smaller classes,
nor would mixins really solve the issue.
So, what is a pythonic way of grouping several methods under a
attribute?

Many thanks in advance,

-jelle



More information about the Python-list mailing list