MCPcopy Create free account
hub / github.com/numpy/numpy / A

Class A

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

Source from the content-addressed store, hash-verified

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

Callers 1

scalars.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected