module documentation

Test the scalar constructors, which also do type-coercion

Class TestArrayFromScalar gh-15467
Class TestExtraArgs Undocumented
Class TestFromInt Undocumented
Class TestFromString No class docstring; 1/2 method documented
Function test_void_arraylike_trumps_byteslike Undocumented
Function test_void_bad_dtype Undocumented
Function test_void_dtype_arg Undocumented
Function test_void_from_byteslike Undocumented
Function test_void_from_integer_with_dtype Undocumented
Function test_void_from_structure Undocumented
Function test_void_via_length Undocumented
Variable cfloat_types Undocumented
Variable float_types Undocumented
Variable int_types Undocumented
Variable uint_types Undocumented
def test_void_arraylike_trumps_byteslike(): (source)

Undocumented

def test_void_bad_dtype(): (source)

Undocumented

def test_void_dtype_arg(): (source)

Undocumented

@pytest.mark.parametrize('bytes_', [b'spam', np.array(567.0)])
def test_void_from_byteslike(bytes_): (source)

Undocumented

@pytest.mark.parametrize('data', [5, np.int8(5), np.array(5, dtype=np.uint16)])
def test_void_from_integer_with_dtype(data): (source)

Undocumented

def test_void_from_structure(): (source)

Undocumented

@pytest.mark.parametrize('length', [5, np.int8(5), np.array(5, dtype=np.uint16)])
def test_void_via_length(length): (source)

Undocumented

cfloat_types = (source)

Undocumented

float_types = (source)

Undocumented

int_types = (source)

Undocumented

uint_types = (source)

Undocumented