Skip to content

Commit 491ca3f

Browse files
committed
Python: hide synthetic variable node
1 parent afb3d1d commit 491ca3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,8 @@ predicate nodeIsHidden(Node n) {
10521052
n instanceof SynthDictSplatParameterNode
10531053
or
10541054
n instanceof SynthCaptureNode
1055+
or
1056+
n instanceof SynthCapturedVariablesParameterNode
10551057
}
10561058

10571059
class LambdaCallKind = Unit;

0 commit comments

Comments
 (0)