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

Function useiso_c_binding

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

Source from the content-addressed store, hash-verified

68 return vardef
69
70def useiso_c_binding(rout):
71 useisoc = False
72 for key, value in rout['vars'].items():
73 kind_value = value.get('kindselector', {}).get('kind')
74 if kind_value in isoc_kindmap:
75 return True
76 return useisoc
77
78def createfuncwrapper(rout, signature=0):
79 assert isfunction(rout)

Callers 2

createfuncwrapperFunction · 0.85
createsubrwrapperFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected