Structsยง
- Mixed
Case ๐Pass - Checks function names when
FUNCTIONSis set, mutable variable names otherwise.
Staticsยง
Functionsยง
- check_
mixed_ ๐case - Wraps
check_mixed_case_purewith two domain exceptions: foundry test-function prefixes and user-defined infix patterns, which split the name into a lowerCamelCase prefix and an UpperCamelCase suffix (allowing leading digits). - is_
constant_ ๐getter - Heuristic for a getter of a constant:
SCREAMING_SNAKE_CASEname,public vieworexternal view, no parameters and exactly one elementary or custom-typed return value.
Type Aliasesยง
- Mixed
Case ๐Function Pass - Mixed
Case ๐Variable Pass