Python: hide synthesized capture nodes

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-15 10:26:56 +01:00
parent f96c52ed3b
commit 2051ba3395

View File

@@ -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;