Overloaded Operators allowed???

Jeff no_spam at umich.edu
Wed Jul 5 16:59:56 EDT 2000


Can you overload operators as you can in other languages?  For example, can
I make "&" give the address of something as in C++?  Or can I only overload
things like the cmp operator?  i.e. I want to say &string and get the
address of string.

thanks





More information about the Python-list mailing list