Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _ischaracter
Function
_ischaracter
numpy/f2py/auxfuncs.py:71–73 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
69
70
71
def
_ischaracter(var):
72
return
'typespec'
in var and var[
'typespec'
] ==
'character'
and \
73
not isexternal(var)
74
75
76
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