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