class documentation

class TestRecord: (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_assign_dtype_attribute Undocumented
Method test_assignment1 Undocumented
Method test_assignment2 Undocumented
Method test_fromarrays_nested_structured_arrays Undocumented
Method test_invalid_assignment Undocumented
Method test_missing_field Undocumented
Method test_nested_dtype_padding test that trailing padding is preserved
Method test_nested_fields_are_records Test that nested structured types are treated as records too
Method test_nonwriteable_setfield Undocumented
Method test_objview_record Undocumented
Method test_out_of_order_fields Undocumented
Method test_pickle_1 Undocumented
Method test_pickle_2 Undocumented
Method test_pickle_3 Undocumented
Method test_pickle_void Undocumented
Method test_record_scalar_setitem Undocumented
Instance Variable data Undocumented
def setup_method(self): (source)

Undocumented

@pytest.mark.parametrize('nfields', [0, 1, 2])
def test_assign_dtype_attribute(self, nfields): (source)

Undocumented

def test_assignment1(self): (source)

Undocumented

def test_assignment2(self): (source)

Undocumented

def test_fromarrays_nested_structured_arrays(self): (source)

Undocumented

def test_invalid_assignment(self): (source)

Undocumented

def test_missing_field(self): (source)

Undocumented

def test_nested_dtype_padding(self): (source)

test that trailing padding is preserved

@pytest.mark.parametrize('nfields', [0, 1, 2])
def test_nested_fields_are_records(self, nfields): (source)

Test that nested structured types are treated as records too

def test_nonwriteable_setfield(self): (source)

Undocumented

def test_objview_record(self): (source)

Undocumented

def test_out_of_order_fields(self): (source)

Undocumented

def test_pickle_1(self): (source)

Undocumented

def test_pickle_2(self): (source)

Undocumented

def test_pickle_3(self): (source)

Undocumented

def test_pickle_void(self): (source)

Undocumented

def test_record_scalar_setitem(self): (source)

Undocumented

Undocumented