Statics§
Functions§
- check_
expr 🔒 - Reports boolean literals in
exprthat are notallow_bareat the top level: a literal stored, returned or passed as an argument is fine, one combined into a larger expression or used as a condition is a misuse.
expr that are not allow_bare at the top level: a literal
stored, returned or passed as an argument is fine, one combined into a larger expression or
used as a condition is a misuse.