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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to