class documentation

class ReadValuesNested:

Known subclasses: numpy.core.tests.test_numerictypes.TestReadValuesNestedMultiple, numpy.core.tests.test_numerictypes.TestReadValuesNestedSingle

View In Hierarchy

Check the reading of values in heterogeneous arrays (nested)
Method test​_access​_top​_fields Check reading the top fields of a nested array
Method test​_nested1​_acessors Check reading the nested fields of a nested array (1st level)
Method test​_nested1​_descriptor Check access nested descriptors of a nested array (1st level)
Method test​_nested2​_acessors Check reading the nested fields of a nested array (2nd level)
Method test​_nested2​_descriptor Check access nested descriptors of a nested array (2nd level)
def test_access_top_fields(self):
Check reading the top fields of a nested array
def test_nested1_acessors(self):
Check reading the nested fields of a nested array (1st level)
def test_nested1_descriptor(self):
Check access nested descriptors of a nested array (1st level)
def test_nested2_acessors(self):
Check reading the nested fields of a nested array (2nd level)
def test_nested2_descriptor(self):
Check access nested descriptors of a nested array (2nd level)