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