Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
655
def
_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
_arrays_for_stack_dispatcher
Function · 0.90
Tested by
no test coverage detected