mirror of
https://github.com/github/codeql.git
synced 2026-05-14 19:29: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.