Lines Matching refs:SUPPRESS
94 SUPPRESS = '==SUPPRESS==' variable
223 if self.heading is not SUPPRESS and self.heading is not None:
249 if text is not SUPPRESS and text is not None:
253 if usage is not SUPPRESS:
258 if action.help is not SUPPRESS:
292 if part and part is not SUPPRESS])
431 if action.help is SUPPRESS:
605 elif action.nargs == SUPPRESS:
618 if params[name] is SUPPRESS:
694 if action.default is not SUPPRESS:
726 elif argument.metavar not in (None, SUPPRESS):
728 elif argument.dest not in (None, SUPPRESS):
1081 dest=SUPPRESS,
1082 default=SUPPRESS,
1101 dest=SUPPRESS,
1102 default=SUPPRESS,
1138 dest=SUPPRESS,
1188 if self.dest is not SUPPRESS:
1736 action='help', default=SUPPRESS,
1838 if action.dest is not SUPPRESS:
1840 if action.default is not SUPPRESS:
1927 if argument_values is not SUPPRESS:
2102 if action.help is not SUPPRESS]
2309 elif nargs == SUPPRESS:
2370 action.nargs = SUPPRESS
2372 action.default = SUPPRESS
2456 elif action.nargs == SUPPRESS:
2457 value = SUPPRESS