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

File multiarray.py

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

Source from the content-addressed store, hash-verified

1import numpy as np
2import numpy.typing as npt
3
4AR_f8: npt.NDArray[np.float64] = np.array([1.0])

Callers

nothing calls this directly

Calls 3

innerMethod · 0.80
dotMethod · 0.80
dtypeMethod · 0.45

Tested by

no test coverage detected