Searched refs:add_bool_argument (Results 1 – 1 of 1) sorted by relevance
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/ |
| H A D | main.py | 332 …def add_bool_argument(prsr: ParserLike, *args, advanced: bool = False, **kwargs) -> argparse.Actio… function 376 add_bool_argument( 394 …add_bool_argument(group_general, '--pm', help='launch an IPython post_mortem() on any raised excep… 395 add_bool_argument(group_general, '--werror', help='treat all warnings as errors') 398 …add_bool_argument(group_general, '-a', '--apply-patches', help='automatically apply patches that a… 403 …add_bool_argument(group_libclang, '--clang-compat-check', default=True, help='enable clang compati… 414 …add_bool_argument(group_test, '--replace', help='replace output files in test directory with patch… 433 add_bool_argument( 442 add_bool_argument(
|