Exemplo n.º 1
0
def index(i):
    return _index(i, data)
Exemplo n.º 2
0
 def __getitem__(self, i):
     return _index(i, self.data)