Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Oct 24, 2023
1 parent a03dade commit 4ea6466
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vyper/compiler/phases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ea6466

Please sign in to comment.