Pylint false positives

Marko Rauhamaa marko at pacujo.net
Mon Aug 20 15:55:26 EDT 2018


Dan Sommers <dan at 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



More information about the Python-list mailing list