Searched refs:includefile (Results 1 – 2 of 2) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | getAPI.py | 47 return ' ' + str(obj.includefile)+' (' + str(obj.mansec) + ')\n' 54 def __init__(self, name, mansec, includefile, value, *args, **kwargs): argument 57 self.includefile = includefile 71 self.includefile = None 121 def __init__(self, name, mansec, includefile, opaque, records, *args, **kwargs): argument 124 self.includefile = includefile 150 def __init__(self, name, mansec, includefile, values, *args, **kwargs): argument 153 self.includefile = includefile 165 def __init__(self, name, mansec, includefile, values, *args, **kwargs): argument 168 self.includefile = includefile [all …]
|
| H A D | generatefortranbindings.py | 69 file = fun.includefile + '90' 242 fd.write('#include <' + pkgname + fun.includefile.replace(pkgname,'') + '>\n') 561 with open(os.path.join(dir, enums[i].includefile),"a") as fd: 571 with open(os.path.join(dir, typedefs[i].includefile),"a") as fd: 575 with open(os.path.join(dir, structs[i].includefile),"a") as fd: 587 with open(os.path.join(dir, senums[i].includefile),"a") as fd: 597 with open(os.path.join(dir, classes[i].includefile),"a") as fd: 629 …path.join(petscarch,'ftn', getAPI.mansecpath(classes[i].mansec),classes[i].includefile),"a") as fd: 650 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(enums[i].mansec),enums[i].includefile),"… 685 …s.path.join(petscarch,'ftn', getAPI.mansecpath(senums[i].mansec),senums[i].includefile),"a") as fd: [all …]
|