Esempio n. 1
0
 def __setitem__(self, index, value):
     return _pixy.BlockArray___setitem__(self, index, value)
Esempio n. 2
0
 def __setitem__(self, *args):
     return _pixy.BlockArray___setitem__(self, *args)
Esempio n. 3
0
 def __setitem__(self, index: 'size_t', value: 'Block') -> "void":
     return _pixy.BlockArray___setitem__(self, index, value)