[typing] Boolean operators like Series.__xor__
do not support scalar operands.
#17048
Closed
2 tasks done
Checks
Reproducible example
Log output
No response
Issue description
Boolean methods annotations lack support for scalar operands (despite being supported at runtime)
Expected behavior
Type hints should support scalar operands, as in
Series.__add__
orSeries.__mul__
.Installed versions
The text was updated successfully, but these errors were encountered: