Dot equals operator (.=)

That’s another proposal, this would be an attribute error:

self = self.first_argument # has no attribute first_argument

What you want is more like PEP 736: Keyword Argument Shorthand: Final Draft, in which case it might be written like this:

self.first_argument=