mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Python: hide synthetic variable node
This commit is contained in:
@@ -1052,6 +1052,8 @@ predicate nodeIsHidden(Node n) {
|
||||
n instanceof SynthDictSplatParameterNode
|
||||
or
|
||||
n instanceof SynthCaptureNode
|
||||
or
|
||||
n instanceof SynthCapturedVariablesParameterNode
|
||||
}
|
||||
|
||||
class LambdaCallKind = Unit;
|
||||
|
||||
Reference in New Issue
Block a user