Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
class
A:
34
def
__float__(self) -> float:
35
return
4.0
36
37
38
np.complex64(3j)
Callers
1
scalars.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected