Python: hide synthetic variable node

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-20 14:42:45 +01:00
parent afb3d1da6f
commit 491ca3f1e6

View File

@@ -1052,6 +1052,8 @@ predicate nodeIsHidden(Node n) {
n instanceof SynthDictSplatParameterNode
or
n instanceof SynthCaptureNode
or
n instanceof SynthCapturedVariablesParameterNode
}
class LambdaCallKind = Unit;