dmitrey schrieb:
hi all,
is it possible to overload operator "<  <"? (And other like this one,
eg "<=  <=", ">  >", ">=  >=")
Any URL/example?
Thank you in advance, D.

http://docs.python.org/reference/datamodel.html#object.__lt__

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

Reply via email to