MCPcopy Create free account
hub / github.com/numpy/numpy / hasinitvalue

Function hasinitvalue

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

Source from the content-addressed store, hash-verified

519
520
521def hasinitvalue(var):
522 return '=' in var
523
524
525def 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