MCPcopy Create free account
hub / github.com/numpy/numpy / hstack

Route hstack

numpy/core/shape_base.py:None–None  ·  view source on GitHub ↗
array_function_dispatch(_vhstack_dispatcher)

Source from the content-addressed store, hash-verified

1__all__ = ['atleast_1d', 'atleast_2d', 'atleast_3d', 'block', 'hstack',
2 'stack', 'vstack']
3
4import functools

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected