(tup, *, dtype=None, casting=None)
| 213 | |
| 214 | |
| 215 | def _vhstack_dispatcher(tup, *, dtype=None, casting=None): |
| 216 | return _arrays_for_stack_dispatcher(tup) |
| 217 | |
| 218 | |
| 219 | @array_function_dispatch(_vhstack_dispatcher) |
nothing calls this directly
no test coverage detected