Files
codeql/python/ql
Taus 1159d20375 Python: Port ContainsNonContainer.ql
Uses the new `DuckTyping` module to handle recognising whether a class
is a container or not. Only trivial test changes (one version uses
"class", the other "Class").

Note that the ported query has no understanding of built-in classes. At
some point we'll likely want to replace `hasUnresolvedBase` (which will
hold for any class that extends a built-in) with something that's aware
of the built-in classes.
2026-03-09 17:13:02 +00:00
..
2025-11-26 12:30:30 +00:00
2026-03-09 17:13:02 +00:00
2026-03-09 17:13:02 +00:00
2026-03-09 17:13:02 +00:00