Dan Sommers <d...@tombstonezero.net>:

> On Mon, 20 Aug 2018 14:39:38 +0000, Steven D'Aprano wrote:
>> I have often wished Python had proper namespaces, so I didn't have to
>> abuse classes as containers in this way :-(
>> 
>> (Not that I do this using "inner classes", but I do often want to use
>> a class as a container for functions, without caring about "self" or
>> wrapping everything in staticmethod.)
>
> Isn't that what modules are for?  (I suspect that I'm missing something,
> because I also suspect that you knew/know that.)

What's the syntax for creating an inner module...?


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to