class documentation

class TestArray2String: (source)

View In Hierarchy

Undocumented

Method test_any_text Undocumented
Method test_basic Basic test of array2string.
Method test_edgeitems_kwarg Undocumented
Method test_format_function Test custom format function for each element in array.
Method test_linewidth Undocumented
Method test_multiline_repr Undocumented
Method test_nested_array_repr Undocumented
Method test_refcount Undocumented
Method test_structure_format Undocumented
Method test_summarize_1d Undocumented
Method test_summarize_2d Undocumented
Method test_unexpected_kwarg Undocumented
Method test_unstructured_void_repr Undocumented
Method test_wide_element Undocumented
@given(hynp.from_dtype(np.dtype('U')))
def test_any_text(self, text): (source)

Undocumented

def test_basic(self): (source)

Basic test of array2string.

def test_edgeitems_kwarg(self): (source)

Undocumented

def test_format_function(self): (source)

Test custom format function for each element in array.

def test_linewidth(self): (source)

Undocumented

def test_multiline_repr(self): (source)

Undocumented

def test_nested_array_repr(self): (source)

Undocumented

@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
def test_refcount(self): (source)

Undocumented

def test_structure_format(self): (source)

Undocumented

def test_summarize_1d(self): (source)

Undocumented

def test_summarize_2d(self): (source)

Undocumented

def test_unexpected_kwarg(self): (source)

Undocumented

def test_unstructured_void_repr(self): (source)

Undocumented

def test_wide_element(self): (source)

Undocumented