Searched refs:also_bool_magic_methods (Results 1 – 1 of 1) sorted by relevance
614 also_bool_magic_methods = {"eq"} variable615 bool_magic_methods = only_bool_magic_methods | also_bool_magic_methods1548 if method in also_bool_magic_methods or method in bool_becomes_int_magic_methods: