class documentation

class TestRecord:

View In Hierarchy

Undocumented

Method setup 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(self):

Undocumented

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

Undocumented

def test_assignment1(self):

Undocumented

def test_assignment2(self):

Undocumented

def test_fromarrays_nested_structured_arrays(self):

Undocumented

def test_invalid_assignment(self):

Undocumented

def test_missing_field(self):

Undocumented

def test_nested_dtype_padding(self):
test that trailing padding is preserved
@pytest.mark.parametrize('nfields', [0, 1, 2])
def test_nested_fields_are_records(self, nfields):
Test that nested structured types are treated as records too
def test_nonwriteable_setfield(self):

Undocumented

def test_objview_record(self):

Undocumented

def test_out_of_order_fields(self):

Undocumented

def test_pickle_1(self):

Undocumented

def test_pickle_2(self):

Undocumented

def test_pickle_3(self):

Undocumented

def test_pickle_void(self):

Undocumented

def test_record_scalar_setitem(self):

Undocumented

data =

Undocumented