MCPcopy Index your code
hub / github.com/numpy/numpy / ndarray_shape_manipulation.py

File ndarray_shape_manipulation.py

numpy/typing/tests/data/pass/ndarray_shape_manipulation.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2
3nd1 = np.array([[1, 2], [3, 4]])
4

Callers

nothing calls this directly

Calls 5

reshapeMethod · 0.80
resizeMethod · 0.80
flattenMethod · 0.80
ravelMethod · 0.45
squeezeMethod · 0.45

Tested by

no test coverage detected