Home
last modified time | relevance | path

Searched refs:getAPI (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A DprettyprintAPI.py17 import getAPI
19 classes, enums, senums, typedefs, structs, funcs, files, mansecs, submansecs = getAPI.getAPI()
/petsc/lib/petsc/bin/
H A Dgeneratefortranbindings.py33 import getAPI
71 ofile = os.path.join(petscarch,'ftn', getAPI.mansecpath(mansec),file)
508 …classes, enums, senums, typedefs, structs, funcs, files, mansecs, submansecs = getAPI.getAPI(petsc…
531 …classes, enums, senums, typedefs, structs, funcs, files, mansecs, submansecs = getAPI.getAPI(slepc…
623 dir = os.path.join(petscarch,'ftn', getAPI.mansecpath(i))
629 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(classes[i].mansec),classes[i].includefil…
650 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(enums[i].mansec),enums[i].includefile),"…
685 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(senums[i].mansec),senums[i].includefile)…
698 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(structs[i].mansec),structs[i].includefil…
716 with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(classes[i].mansec),file),"a") as fd:
[all …]
H A DgetAPI.py639 def getAPI(directory,pkgname = 'petsc',verbose = False): function
869 getAPI(args.directory, args.package, args.verbose)