MCPcopy 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
132def isreal(var):
133 return isscalar(var) and var.get('typespec') == 'real'
134
135
136def get_kind(var):

Callers

nothing calls this directly

Calls 2

isscalarFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected