Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A Dframework.py1344 def findGraphModule(dependencyGraph,moduleType): argument
1345 moduleList = [c for c in dependencyGraph if isinstance(c,moduleType)]
1348 errorMessage = 'Did not find module {} in graph'.format(moduleType)
1350 errorMessage = 'Found multiple instances of module {} in graph'.format(moduleType)