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

Function hasinitvalueasstring

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

Source from the content-addressed store, hash-verified

534
535
536def hasinitvalueasstring(var):
537 if not hasinitvalue(var):
538 return 0
539 return var['='][0] in ['"', "'"]
540
541
542def hasnote(var):

Callers

nothing calls this directly

Calls 1

hasinitvalueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…