m1sf17

Results 1 comments of m1sf17

A similar situation where this issue is prevalent is where the dunder method is known to always raise an exception. [Pandas logic](https://github.com/pandas-dev/pandas/blob/7cd8ae5bdc069dcdaeb892418c932a7124a87dcf/pandas/core/indexes/base.py#L3188-L3195) and its [corresponding issue](https://github.com/pandas-dev/pandas-stubs/issues/663) is an example where...