module documentation

Undocumented

Class TestAtleast1d No class docstring; 1/5 method documented
Class TestAtleast2d No class docstring; 1/5 method documented
Class TestAtleast3d Undocumented
Class TestBlock Undocumented
Class TestConcatenate Undocumented
Class TestHstack Undocumented
Class TestVstack Undocumented
Function test_block_dispatcher Undocumented
Function test_stack Undocumented
Function test_stack_out_and_dtype Undocumented
def test_block_dispatcher(): (source)

Undocumented

def test_stack(): (source)

Undocumented

@pytest.mark.parametrize('axis', [0])
@pytest.mark.parametrize('out_dtype', ['c8', 'f4', 'f8', '>f8', 'i8'])
@pytest.mark.parametrize('casting', ['no', 'equiv', 'safe', 'same_kind', 'unsafe'])
def test_stack_out_and_dtype(axis, out_dtype, casting): (source)

Undocumented