Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ isreal
Function
isreal
numpy/f2py/auxfuncs.py:132–133 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
130
131
132
def
isreal(var):
133
return
isscalar(var) and var.get(
'typespec'
) ==
'real'
134
135
136
def
get_kind(var):
Callers
nothing calls this directly
Calls
2
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected