class documentation

class TestStructured: (source)

View In Hierarchy

Undocumented

Method test_assignment Undocumented
Method test_base_attr Undocumented
Method test_casting Undocumented
Method test_empty_structured_array_comparison Undocumented
Method test_multiindex_titles Undocumented
Method test_objview Undocumented
Method test_scalar_assignment Undocumented
Method test_setfield Undocumented
Method test_setfield_object Undocumented
Method test_structured_asarray_is_view Undocumented
Method test_structured_cast_promotion_fieldorder Undocumented
Method test_structured_comparisons_with_promotion Undocumented
Method test_structured_promotion_packs Undocumented
Method test_structuredscalar_indexing Undocumented
Method test_subarray_comparison Undocumented
Method test_subarray_field_access Undocumented
Method test_void_comparison_failures Undocumented
Method test_zero_width_string Undocumented
def test_assignment(self): (source)

Undocumented

def test_base_attr(self): (source)

Undocumented

def test_casting(self): (source)

Undocumented

def test_empty_structured_array_comparison(self): (source)

Undocumented

def test_multiindex_titles(self): (source)

Undocumented

def test_objview(self): (source)

Undocumented

def test_scalar_assignment(self): (source)

Undocumented

def test_setfield(self): (source)

Undocumented

def test_setfield_object(self): (source)

Undocumented

def test_structured_asarray_is_view(self): (source)

Undocumented

def test_structured_cast_promotion_fieldorder(self): (source)

Undocumented

def test_structured_comparisons_with_promotion(self): (source)

Undocumented

@pytest.mark.parametrize('dtype_dict', [dict(names=['a', 'b'], formats=['i4', 'f'], itemsize=100), dict(names=['a', 'b'], formats=['i4', 'f'], offsets=[0, 12])])
@pytest.mark.parametrize('align', [True, False])
def test_structured_promotion_packs(self, dtype_dict, align): (source)

Undocumented

def test_structuredscalar_indexing(self): (source)

Undocumented

def test_subarray_comparison(self): (source)

Undocumented

def test_subarray_field_access(self): (source)

Undocumented

def test_void_comparison_failures(self): (source)

Undocumented

def test_zero_width_string(self): (source)

Undocumented