Files
codeql/python/ql
yoff cc0156d8ac python: remove the use of toAst
- AST navigation such as `getObject` and `getChild` now only moves through nodes identified via `injects`
- identification such as `isSubscript` only holds for injected nodes
- subclasses such as `AttrNode` are injected nodes (no, say after-nodes)
2026-07-21 13:24:10 +02:00
..
2025-11-26 12:30:30 +00:00
2026-07-21 13:24:10 +02:00