(self, other)
| 9591 | # The PR fixed this for __array_priority__ and __array_ufunc__ = None. |
| 9592 | class MyAlwaysEqual: |
| 9593 | def __eq__(self, other): |
| 9594 | return "eq" |
| 9595 | |
| 9596 | def __ne__(self, other): |
| 9597 | return "ne" |
no outgoing calls
no test coverage detected