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

Route array_split

numpy/lib/shape_base.py:None–None  ·  view source on GitHub ↗
array_function_dispatch(_array_split_dispatcher)

Source from the content-addressed store, hash-verified

1import functools
2
3import numpy.core.numeric as _nx
4from numpy.core.numeric import asarray, zeros, array, asanyarray

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected