Suggesting for overloading the assign operator

Michele Simionato mis6 at pitt.edu
Tue Jul 1 07:28:58 EDT 2003


rimbalaya at yahoo.com (Rim) wrote in message news:<6f03c4a5.0306301931.3f15fbb7 at posting.google.com>...
> Hi,
> 
> I have been thinking about how to overload the assign operation '='.

Notice that you can always override __setattr__ ...

  Michele




More information about the Python-list mailing list