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

Function hasinitvalue

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

Source from the content-addressed store, hash-verified

530 return is_var
531
532def hasinitvalue(var):
533 return '=' in var
534
535
536def hasinitvalueasstring(var):

Callers 4

getpydocsignFunction · 0.85
getinitFunction · 0.85
sign2mapFunction · 0.85
hasinitvalueasstringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…