class documentation

class TestClassGetItem:

View In Hierarchy

Undocumented

Method test​_class​_getitem Test ndarray.__class_getitem__.
Method test​_subscript​_scalar Undocumented
Method test​_subscript​_tuple Undocumented
@pytest.mark.parametrize('cls', [np.ndarray, np.recarray, np.chararray, np.matrix, np.memmap])
def test_class_getitem(self, cls):
Test ndarray.__class_getitem__.
Parameters
cls:Type[np.ndarray]Undocumented
def test_subscript_scalar(self):

Undocumented

@pytest.mark.parametrize('arg_len', range(4))
def test_subscript_tuple(self, arg_len):

Undocumented

Parameters
arg​_len:intUndocumented