Files
ruff/crates/ruff_python_ast/tests/snapshots/preorder__compare.snap
2023-07-27 09:29:11 +00:00

16 lines
234 B
Plaintext

---
source: crates/ruff_python_ast/tests/preorder.rs
expression: trace
---
- ModModule
- StmtExpr
- ExprCompare
- ExprConstant
- Int(4)
- Lt
- ExprName
- Lt
- ExprConstant
- Int(5)