[Python-ideas] Keyword for direct pass through of kwargs to super

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 27 20:34:28 EDT 2018


Michael Lohmann wrote:

>     class Magic:
>         magic_number = 42
>         def __init__(self):
>             A.magic_number = 0  # As soon as you look too deep into it all the Magic vanishes

What is A here? Did you mean something else?

-- 
Greg


More information about the Python-ideas mailing list