class documentation

class CreateValues:

Known subclasses: numpy.core.tests.test_numerictypes.TestCreateValuesNestedMultiple, numpy.core.tests.test_numerictypes.TestCreateValuesNestedSingle, numpy.core.tests.test_numerictypes.TestCreateValuesPlainMultiple, numpy.core.tests.test_numerictypes.TestCreateValuesPlainSingle

View In Hierarchy

Check the creation of heterogeneous arrays with values
Method test​_list​_of​_list​_of​_tuple Check creation from list of list of tuples
Method test​_list​_of​_tuple Check creation from list of tuples
Method test​_tuple Check creation from tuples
def test_list_of_list_of_tuple(self):
Check creation from list of list of tuples
def test_list_of_tuple(self):
Check creation from list of tuples
def test_tuple(self):
Check creation from tuples