CodeQL library for Python
codeql/python-all 7.2.5 (changelog, source)
Search

Predicate signature AstSig::fallsThrough

Holds if this case can fall through to the next case if it is not otherwise prevented with a break or similar.

signature predicate fallsThrough(Case c)