示例#1
0
def index(i):
    return _index(i, data)
示例#2
0
 def __getitem__(self, i):
     return _index(i, self.data)