Searched refs:ignoreDuplicates (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | help.py | 95 def addArgument(self, section, name, argType, ignoreDuplicates = 0): argument 100 if ignoreDuplicates:
|
| H A D | script.py | 99 … '-h', nargs.ArgBool(None, 0, 'Print this help message', isTemporary = 1), ignoreDuplicates = 1) 100 … '-help', nargs.ArgBool(None, 0, 'Print this help message', isTemporary = 1), ignoreDuplicates = 1) 101 … dir, print package URL - so it can be obtained manually.', isTemporary = 1), ignoreDuplicates = 1)
|