class documentation

class TestScalarTypeNames: (source)

View In Hierarchy

Undocumented

Method test_names_are_undersood_by_dtype Test the dtype constructor maps names back to the type
Method test_names_are_unique Undocumented
Method test_names_reflect_attributes Test that names correspond to where the type is under np.
Class Variable numeric_types Undocumented
@pytest.mark.parametrize('t', numeric_types)
def test_names_are_undersood_by_dtype(self, t): (source)

Test the dtype constructor maps names back to the type

def test_names_are_unique(self): (source)

Undocumented

@pytest.mark.parametrize('t', numeric_types)
def test_names_reflect_attributes(self, t): (source)

Test that names correspond to where the type is under np.

numeric_types = (source)

Undocumented