class documentation

class TestScalarTypeNames:

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):
Test the dtype constructor maps names back to the type
def test_names_are_unique(self):

Undocumented

@pytest.mark.parametrize('t', numeric_types)
def test_names_reflect_attributes(self, t):
Test that names correspond to where the type is under np.
numeric_types =

Undocumented