[Python-Dev] PEP 557: Data Classes (original) (raw)

Mike Miller python-dev at mgmiller.net
Thu Oct 12 11:24:31 EDT 2017


On 2017-10-11 23:05, Nick Coghlan wrote:

It's akin to "static method", "class method", and "instance method" for function definitions (although the last one isn't a typical decorator, since it's the default behaviour for functions placed inside a class).

Thanks, I'm still thinking of it as inheritance for some reason.

-Mike



More information about the Python-Dev mailing list