From 4ea64663001bfe50bd2cedd15a1b3e018f1b5588 Mon Sep 17 00:00:00 2001 From: tserg <8017125+tserg@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:33:09 +0800 Subject: [PATCH] fix comment --- vyper/compiler/phases.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vyper/compiler/phases.py b/vyper/compiler/phases.py index b35f45e404..2a36754cfc 100644 --- a/vyper/compiler/phases.py +++ b/vyper/compiler/phases.py @@ -26,10 +26,12 @@ class CompilerData: Attributes ---------- - vyper_module: vy_ast.Module + vyper_module : vy_ast.Module Top-level Vyper AST node vyper_module_unfolded : vy_ast.Module Unfolded Vyper AST + vyper_module_folded : vy_ast.Module + Folded Vyper AST global_ctx : GlobalContext Sorted, contextualized representation of the Vyper AST ir_nodes : IRnode