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

Function _dstack_dispatcher

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

Source from the content-addressed store, hash-verified

653
654
655def _dstack_dispatcher(tup):
656 return _arrays_for_stack_dispatcher(tup)
657
658
659@array_function_dispatch(_dstack_dispatcher)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected