Comprehensive guide to Operator Overloading in Python
        Posted  
        
            by Casebash
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Casebash
        
        
        
        Published on 2010-03-08T10:33:19Z
        Indexed on 
            2010/03/08
            10:36 UTC
        
        
        Read the original article
        Hit count: 977
        
python
Is there a comprehensive guide to operator overloading anywhere? Preferably online, but a book would be fine too. The description of the operator module leaves a lot out, such as including operators that can't be overloaded and missing the r operators.
© Stack Overflow or respective owner