def RowIsEmpty(self, row): return _sparsemat.SparseMatrix_RowIsEmpty(self, row)
def RowIsEmpty(self, row): r"""RowIsEmpty(SparseMatrix self, int const row) -> bool""" return _sparsemat.SparseMatrix_RowIsEmpty(self, row)