Example #1
0
 def __init__(self):
     """
     expr_type (None | type | ref(type) | array of type): The expression type
     """
     Node.__init__(self)
     self.expr_type = None