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

Method _block_force_concatenate

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

Source from the content-addressed store, hash-verified

525 # Ultimately, this should be removed if a single algorithm is found
526 # to be faster for both small and large arrays.
527 def _block_force_concatenate(arrays):
528 arrays, list_ndim, result_ndim, _ = _block_setup(arrays)
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)

Callers

nothing calls this directly

Calls 2

_block_setupFunction · 0.90
_block_concatenateFunction · 0.90

Tested by

no test coverage detected