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

Class A

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

Source from the content-addressed store, hash-verified

31
32
33class A:
34 def __float__(self) -> float:
35 return 4.0
36
37
38np.complex64(3j)

Callers 1

scalars.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected