Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
536
def
hasinitvalueasstring(var):
537
if
not hasinitvalue(var):
538
return
0
539
return
var[
'='
][0] in [
'"'
,
"'"
]
540
541
542
def
hasnote(var):
Callers
nothing calls this directly
Calls
1
hasinitvalue
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…