MCPcopy Index your code
hub / github.com/numpy/numpy / isstringarray

Function isstringarray

numpy/f2py/auxfuncs.py:98–99  ·  view source on GitHub ↗
(var)

Source from the content-addressed store, hash-verified

96
97
98def isstringarray(var):
99 return isstring_or_stringarray(var) and isarray(var)
100
101
102def isarrayofstrings(var): # obsolete?

Callers 4

get_elsizeFunction · 0.85
common_sign2mapFunction · 0.85
isarrayofstringsFunction · 0.85
getcallprotoargumentFunction · 0.85

Calls 2

isstring_or_stringarrayFunction · 0.85
isarrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…