Python: adjust test expectations

mostly removing of nodes from the graph.
One result lost:
```
check("submodule.submodule_attr", submodule.submodule_attr, "submodule_attr", globals()) #$ MISSING:prints=submodule_attr
```
This commit is contained in:
Rasmus Lerchedahl Petersen
2023-12-06 23:00:51 +01:00
parent 8c5ca3f564
commit 263c0aade7
8 changed files with 1 additions and 74 deletions

View File

@@ -1,4 +1,3 @@
| test.py:0:0:0:0 | Entry node for Module test |
| test.py:1:1:1:21 | ControlFlowNode for FunctionExpr |
| test.py:1:1:1:21 | SynthDictSplatParameterNode |
| test.py:1:5:1:17 | ControlFlowNode for obfuscated_id |