mirror of
https://github.com/github/codeql.git
synced 2026-05-18 21:27:08 +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.