Home
last modified time | relevance | path

Searched refs:dependencyGraph (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)]