mirror of
https://github.com/github/codeql.git
synced 2026-05-15 19:59:28 +02:00
A common pattern is to check `isinstance(it, (list, tuple))` before proceeding with the iteration.
A common pattern is to check `isinstance(it, (list, tuple))` before proceeding with the iteration.