[voltLib] Add process_marks to LookupDefinition
This commit is contained in:
parent
fd3ffed261
commit
ed598b3cf6
@ -50,6 +50,7 @@ class LookupDefinition(ast.Statement):
|
||||
self.name = name
|
||||
self.base = base
|
||||
self.marks = marks
|
||||
self.process_marks = process_marks
|
||||
self.all = all_flag
|
||||
self.direction = direction
|
||||
self.comments = comments
|
||||
|
Loading…
x
Reference in New Issue
Block a user