class documentation

class TestClassGetItem: (source)

View In Hierarchy

Undocumented

Method test_class_getitem Test ndarray.__class_getitem__.
Method test_subscript_tup Undocumented
def test_class_getitem(self, cls: type[np.ndarray]): (source)

Test ndarray.__class_getitem__.

@pytest.mark.parametrize('arg_len', range(4))
def test_subscript_tup(self, cls: type[np.ndarray], arg_len: int): (source)

Undocumented