Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
121
def
islogical(var):
122
return
isscalar(var) and var.get(
'typespec'
) ==
'logical'
123
124
125
def
isinteger(var):
Callers
2
islogicalfunction
Function · 0.85
get_parameters
Function · 0.85
Calls
2
isscalar
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…