MCPcopy
hub / github.com/numpy/numpy / useiso_c_binding

Function useiso_c_binding

numpy/f2py/func2subr.py:78–84  ·  view source on GitHub ↗
(rout)

Source from the content-addressed store, hash-verified

76 return vardef
77
78def useiso_c_binding(rout):
79 useisoc = False
80 for value in rout['vars'].values():
81 kind_value = value.get('kindselector', {}).get('kind')
82 if kind_value in isoc_kindmap:
83 return True
84 return useisoc
85
86def createfuncwrapper(rout, signature=0):
87 assert isfunction(rout)

Callers 2

createfuncwrapperFunction · 0.85
createsubrwrapperFunction · 0.85

Calls 2

valuesMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…