Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ isunsigned_chararray
Function
isunsigned_chararray
numpy/f2py/auxfuncs.py:220–222 ·
view source on GitHub ↗
(var)
Source
from the content-addressed store, hash-verified
218
219
220
def
isunsigned_chararray(var):
221
return
isarray(var) and var.get(
'typespec'
) in [
'integer'
,
'logical'
]\
222
and get_kind(var) ==
'-1'
223
224
225
def
isunsigned_shortarray(var):
Callers
nothing calls this directly
Calls
3
isarray
Function · 0.85
get_kind
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…