Skip to content

Commit

Permalink
Add note regarding Field AST node
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Jun 26, 2024
1 parent 9cd182f commit ead7af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/ast/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def modify(self, classdef: ast.ClassDef) -> ast.ClassDef:
Unset = object() # Sentinel value so we can pass None as a default


# NOTE: Unused right now. Field additions should be added using fragments.
class Field(Modifier):
def __init__(
self,
Expand Down

0 comments on commit ead7af2

Please sign in to comment.