class documentation

class TestDelete: (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_0d Undocumented
Method test_array_order_preserve Undocumented
Method test_fancy Undocumented
Method test_index_floats Undocumented
Method test_single Undocumented
Method test_single_item_array Undocumented
Method test_single_item_array_non_int Undocumented
Method test_slices Undocumented
Method test_subclass Undocumented
Instance Variable a Undocumented
Instance Variable nd_a Undocumented
Method _check_inverse_of_slicing Undocumented
def setup_method(self): (source)

Undocumented

def test_0d(self): (source)

Undocumented

def test_array_order_preserve(self): (source)

Undocumented

def test_fancy(self): (source)

Undocumented

def test_index_floats(self): (source)

Undocumented

def test_single(self): (source)

Undocumented

@pytest.mark.parametrize('indexer', [np.array([1]), [1]])
def test_single_item_array(self, indexer): (source)

Undocumented

def test_single_item_array_non_int(self): (source)

Undocumented

def test_slices(self): (source)

Undocumented

def test_subclass(self): (source)

Undocumented

Undocumented

Undocumented

def _check_inverse_of_slicing(self, indices): (source)

Undocumented