MCPcopy Index your code
hub / github.com/numpy/numpy / islogical

Function islogical

numpy/f2py/auxfuncs.py:121–122  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

119
120
121def islogical(var):
122 return isscalar(var) and var.get('typespec') == 'logical'
123
124
125def isinteger(var):

Callers 2

islogicalfunctionFunction · 0.85
get_parametersFunction · 0.85

Calls 2

isscalarFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…