Files
codeql/python/ql/lib
Taus 6113d4be9e Python: Fix test issues
Fixes the test failures that arose from making `ExtractedArgumentNode`
local.

For the consistency checks, we now explicitly exclude the
`ExtractedArgumentNode`s (now much more plentiful due to the
overapproximation) that don't have a corresponding `getCallArg` tuple.

For various queries/tests using `instanceof ArgumentNode`, we instead us
`isArgumentNode`, which explicitly filters out the ones for which
`isArgumentOf` doesn't hold (which, again, is the case for most of the
nodes in the overapproximation).
2026-01-30 12:50:25 +00:00
..
2026-01-20 11:56:16 +00:00
2026-01-30 12:50:25 +00:00
2024-04-16 16:29:56 +02:00
2026-01-29 16:20:25 -06:00
2022-10-13 11:21:10 -04:00