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