py_array2d_getheight method

int py_array2d_getheight(
  1. py_Ref self
)

Implementation

int py_array2d_getheight(
  py_Ref self,
) {
  return _py_array2d_getheight(
    self,
  );
}