Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ ischaracter_or_characterarray
Function
ischaracter_or_characterarray
numpy/f2py/auxfuncs.py:78–79 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
76
77
78
def
ischaracter_or_characterarray(var):
79
return
_ischaracter(var) and
'charselector'
not in var
80
81
82
def
ischaracter(var):
Callers
3
getctype
Function · 0.85
ischaracter
Function · 0.85
ischaracterarray
Function · 0.85
Calls
1
_ischaracter
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…