module documentation

Undocumented

Class CreateValues Check the creation of heterogeneous arrays with values
Class CreateZeros Check the creation of heterogeneous arrays zero-valued
Class ReadValuesNested Check the reading of values in heterogeneous arrays (nested)
Class ReadValuesPlain Check the reading of values in heterogeneous arrays (plain)
Class Test_sctype2char Undocumented
Class TestBitName Undocumented
Class TestCommonType Undocumented
Class TestCreateValuesNestedMultiple Check the creation of heterogeneous arrays (nested, multiple rows)
Class TestCreateValuesNestedSingle Check the creation of heterogeneous arrays (nested, single row)
Class TestCreateValuesPlainMultiple Check the creation of heterogeneous arrays (plain, multiple rows)
Class TestCreateValuesPlainSingle Check the creation of heterogeneous arrays (plain, single row)
Class TestCreateZerosNested Check the creation of heterogeneous arrays zero-valued (nested)
Class TestCreateZerosPlain Check the creation of heterogeneous arrays zero-valued (plain)
Class TestDocStrings Undocumented
Class TestEmptyField Undocumented
Class TestIsSubDType Undocumented
Class TestMaximumSctype Undocumented
Class TestMultipleFields Undocumented
Class TestReadValuesNestedMultiple Check the values of heterogeneous arrays (nested, multiple rows)
Class TestReadValuesNestedSingle Check the values of heterogeneous arrays (nested, single row)
Class TestReadValuesPlainMultiple Check the values of heterogeneous arrays (plain, multiple rows)
Class TestReadValuesPlainSingle Check the creation of heterogeneous arrays (plain, single row)
Class TestScalarTypeNames No class docstring; 0/1 class variable, 2/3 methods documented
Class TestSctypeDict Undocumented
Function normalize_descr Normalize a description adding the platform byteorder.
Function test_issctype Undocumented
Variable byteorder Undocumented
Variable NbufferT Undocumented
Variable Ndescr Undocumented
Variable PbufferT Undocumented
Variable Pdescr Undocumented
def normalize_descr(descr): (source)

Normalize a description adding the platform byteorder.

@pytest.mark.parametrize('rep, expected', [(np.int32, True), (list, False), (1.1, False), (str, True), (np.dtype(np.float64), True), (np.dtype((np.int16, (3, 4))), True), (np.dtype([('a', np.int8)]), True)])
def test_issctype(rep, expected): (source)

Undocumented

byteorder = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented