def __setitem__(self, *args): return _pixy.IntersectionLineArray___setitem__(self, *args) def cast(self): return _pixy.IntersectionLineArray_cast(self)
def __setitem__(self, index, value): return _pixy.IntersectionLineArray___setitem__(self, index, value)
def __setitem__(self, index: 'size_t', value: 'IntersectionLine') -> "void": return _pixy.IntersectionLineArray___setitem__(self, index, value)