overriding '=' operator?

Terry Reedy tjreedy at udel.edu
Thu Oct 30 23:40:05 EST 2003


<user at domain.invalid> wrote in message
news:5ef57a632c39376e860dfdd2511451ae at news.teranews.com...
> Is it possible to override assignment, the
> way that '+' can be overridden for example?

In Python, = is *not* an operator.  It is more like a statement
keyword.

tjr







More information about the Python-list mailing list