That’s what I was thinking, but the Constant class doesn’t currently support that:
def __init__(self, c):
super(Constant, self).__init__(1, None)
self.c = c
That’s what I was thinking, but the Constant class doesn’t currently support that:
def __init__(self, c):
super(Constant, self).__init__(1, None)
self.c = c