Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96c52e commit 2051ba3Copy full SHA for 2051ba3
1 file changed
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -1203,8 +1203,8 @@ predicate nodeIsHidden(Node n) {
1203
n instanceof SynthDictSplatArgumentNode
1204
or
1205
n instanceof SynthDictSplatParameterNode
1206
- // or
1207
- // n instanceof CaptureNode
+ or
+ n instanceof SynthCaptureNode
1208
}
1209
1210
class LambdaCallKind = Unit;
0 commit comments