Looking for assignement operator

Rob Wolfe blue99 at interia.pl
Tue Oct 17 10:07:47 EDT 2006


Alexander Eisenhuth wrote:
> Hello,
>
> is there a assignement operator, that i can overwrite?

You can't overwrite assignment operator, but you can
overwrite methods of numeric objects:

http://docs.python.org/ref/numeric-types.html

HTH,
Rob




More information about the Python-list mailing list