Searched refs:argparser (Results 1 – 1 of 1) sorted by relevance
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 474 argparser = ArgumentParser( variable 478 argparser.add_argument('filenames', nargs='+') 479 …argparser.add_argument('-t', '--set-title', metavar='TITLE', action='store', help="Sets the title … 480 …argparser.add_argument('-nnl', '--no-node-labels', action='store_true', help="Disables labeling no… 481 …argparser.add_argument('-nel', '--no-edge-labels', action='store_true', help="Disables labeling ed… 482 …argparser.add_argument('-nc', '--set-node-color', metavar='COLOR', action='store', help="Sets the … 483 …argparser.add_argument('-ec', '--set-edge-color', metavar='COLOR', action='store', help="Sets the … 484 …argparser.add_argument('-ntc', '--set-node-title-color', metavar='COLOR', action='store', help="Se… 485 …argparser.add_argument('-etc', '--set-edge-title-color', metavar='COLOR', action='store', help="Se… 486 …argparser.add_argument('-nd', '--no-display', action='store_true', help="Disables displaying the f… [all …]
|