py_array2d_getitem method
Implementation
py_ObjectRef py_array2d_getitem(
py_Ref self,
int x,
int y,
) {
return _py_array2d_getitem(
self,
x,
y,
);
}
py_ObjectRef py_array2d_getitem(
py_Ref self,
int x,
int y,
) {
return _py_array2d_getitem(
self,
x,
y,
);
}