class documentation

class TestMaximumSctype: (source)

View In Hierarchy

Undocumented

Method test_complex Undocumented
Method test_float Undocumented
Method test_int Undocumented
Method test_other Undocumented
Method test_uint Undocumented
@pytest.mark.parametrize('t', [np.csingle, np.cdouble, np.clongdouble])
def test_complex(self, t): (source)

Undocumented

@pytest.mark.parametrize('t', [np.half, np.single, np.double, np.longdouble])
def test_float(self, t): (source)

Undocumented

@pytest.mark.parametrize('t', [np.byte, np.short, np.intc, np.int_, np.longlong])
def test_int(self, t): (source)

Undocumented

@pytest.mark.parametrize('t', [np.bool_, np.object_, np.unicode_, np.bytes_, np.void])
def test_other(self, t): (source)

Undocumented

@pytest.mark.parametrize('t', [np.ubyte, np.ushort, np.uintc, np.uint, np.ulonglong])
def test_uint(self, t): (source)

Undocumented