I noticed the 'and' and 'or' logical operators were not defined with a corresponding method in the operator module of the Python standard library. Why can't these operators be overloaded like the others?
Is there official Python documentation that describes this design choice? I could not seem to find any online.