Menu

#1208 C++ == operator wrapper and __eq__ method

None
closed-fixed
python (260)
5
2017-06-19
2011-11-22
No

SWIG allows wrapping of C++ == operator.In the current SWIG Python implementation, the python __eq__ method raises an exception if the instance passed as an argument is not of the required type. It should return False.

Discussion

  • William Fulton

    William Fulton - 2017-06-19
    • status: open --> closed-fixed
    • assigned_to: William Fulton
    • Group: -->
     

Log in to post a comment.