Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _ischaracter
Function
_ischaracter
numpy/f2py/auxfuncs.py:68–70 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
66
67
68
def
_ischaracter(var):
69
return
'typespec'
in var and var[
'typespec'
] ==
'character'
and \
70
not isexternal(var)
71
72
73
def
_isstring(var):
Callers
2
ischaracter_or_characterarray
Function · 0.85
isstring_or_stringarray
Function · 0.85
Calls
1
isexternal
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…