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