Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ ischaracter
Function
ischaracter
numpy/f2py/auxfuncs.py:85–86 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
83
84
85
def
ischaracter(var):
86
return
ischaracter_or_characterarray(var) and not isarray(var)
87
88
89
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