How do I extend a class that I never instantiate myself?

speeze.pearson at gmail.com speeze.pearson at gmail.com
Sun Oct 11 18:26:00 EDT 2015


On Saturday, October 10, 2015 at 10:40:15 AM UTC-7, Ian wrote:
> name mangling

Awesome! I didn't know this was a feature.

> There's nothing wrong with [functional programming] IMO. In fact, Python
> does this in the standard library, e.g. len(objects) rather than
> objects.len().

...good point. I'll look at that option again with fresh eyes.

Thanks!



More information about the Python-list mailing list