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

Class Index

numpy/typing/tests/data/pass/array_constructors.py:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class Index:
7 def __index__(self) -> int:
8 return 0
9
10
11class SubClass(np.ndarray[tuple[Any, ...], np.dtype[np.float64]]):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…