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

Function _column_stack_dispatcher

numpy/lib/shape_base.py:608–609  ·  view source on GitHub ↗
(tup)

Source from the content-addressed store, hash-verified

606
607
608def _column_stack_dispatcher(tup):
609 return _arrays_for_stack_dispatcher(tup)
610
611
612@array_function_dispatch(_column_stack_dispatcher)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected