| H A D | libraries.py | 112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument 117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle): 186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument 211 if call: 212 if isinstance(call, str): 213 body = call 215 body = call[f] 303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument 308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin… 327 if self.check('', funcs, prototype = prototypes, call = calls): [all …]
|