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

Class D

numpy/typing/tests/data/pass/scalars.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17# Construction
18class D:
19 def __index__(self) -> int:
20 return 0
21
22
23class C:

Callers 1

scalars.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected