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

Function isarrayofstrings

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

Source from the content-addressed store, hash-verified

100
101
102def isarrayofstrings(var): # obsolete?
103 # leaving out '*' for now so that `character*(*) a(m)` and `character
104 # a(m,*)` are treated differently. Luckily `character**` is illegal.
105 return isstringarray(var) and var['dimension'][-1] == '(*)'
106
107
108def isarray(var):

Callers 1

getcallprotoargumentFunction · 0.85

Calls 1

isstringarrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…