Home
last modified time | relevance | path

Searched refs:mansecpath (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/
H A Dgeneratefortranbindings.py71 ofile = os.path.join(petscarch,'ftn', getAPI.mansecpath(mansec),file)
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:
726 with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(classes[i].mansec),file),"a") as fd:
766 with open(os.path.join(petscarch,'ftn',getAPI.mansecpath(enums[i].mansec),file),"a") as fd:
778 …with open(os.path.join(petscarch,'ftn', getAPI.mansecpath(classes[i].mansec),classes[i].includefil…
[all …]
H A DgetAPI.py22 def mansecpath(mansec): function