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

Function _vhstack_dispatcher

numpy/core/shape_base.py:215–216  ·  view source on GitHub ↗
(tup, *, dtype=None, casting=None)

Source from the content-addressed store, hash-verified

213
214
215def _vhstack_dispatcher(tup, *, dtype=None, casting=None):
216 return _arrays_for_stack_dispatcher(tup)
217
218
219@array_function_dispatch(_vhstack_dispatcher)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected