Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _isstring
Function
_isstring
numpy/f2py/auxfuncs.py:76–78 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
74
75
76
def
_isstring(var):
77
return
'typespec'
in var and var[
'typespec'
] ==
'character'
and \
78
not isexternal(var)
79
80
81
def
ischaracter_or_characterarray(var):
Callers
nothing calls this directly
Calls
1
isexternal
Function · 0.85
Tested by
no test coverage detected