class documentation

class TestClassGetItem:

View In Hierarchy

Undocumented

Method test​_abc Undocumented
Method test​_abc​_complexfloating Undocumented
Method test​_abc​_non​_numeric Undocumented
Method test​_concrete Undocumented
Method test​_subscript​_scalar Undocumented
Method test​_subscript​_tuple Undocumented
@pytest.mark.parametrize('cls', [np.number, np.integer, np.inexact, np.unsignedinteger, np.signedinteger, np.floating])
def test_abc(self, cls):

Undocumented

Parameters
cls:Type[np.number]Undocumented
def test_abc_complexfloating(self):

Undocumented

@pytest.mark.parametrize('cls', [np.generic, np.flexible, np.character])
def test_abc_non_numeric(self, cls):

Undocumented

Parameters
cls:Type[np.generic]Undocumented
@pytest.mark.parametrize('code', np.typecodes['All'])
def test_concrete(self, code):

Undocumented

Parameters
code:strUndocumented
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