Exemplo n.º 1
0
 def __init__(self, memory, index):
     _Value.__init__(self)
     self.memory = memory
     self.index = wrap(index)
Exemplo n.º 2
0
 def __init__(self, memory, index):
     _Value.__init__(self)
     self.memory = memory
     self.index = wrap(index)