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