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

Method _block_force_slicing

numpy/core/tests/test_shape_base.py:531–533  ·  view source on GitHub ↗
(arrays)

Source from the content-addressed store, hash-verified

529 return _block_concatenate(arrays, list_ndim, result_ndim)
530
531 def _block_force_slicing(arrays):
532 arrays, list_ndim, result_ndim, _ = _block_setup(arrays)
533 return _block_slicing(arrays, list_ndim, result_ndim)
534
535 if request.param == 'force_concatenate':
536 return _block_force_concatenate

Callers

nothing calls this directly

Calls 2

_block_setupFunction · 0.90
_block_slicingFunction · 0.90

Tested by

no test coverage detected