Lines Matching refs:SUPPRESS
83 'SUPPRESS',
96 SUPPRESS = '==SUPPRESS=='
226 if self.heading is not SUPPRESS and self.heading is not None:
252 if text is not SUPPRESS and text is not None:
256 if usage is not SUPPRESS:
261 if action.help is not SUPPRESS:
295 if part and part is not SUPPRESS])
413 if action.help is SUPPRESS:
445 if action.help is SUPPRESS:
619 elif action.nargs == SUPPRESS:
632 if params[name] is SUPPRESS:
719 if action.default is not SUPPRESS:
751 elif argument.metavar not in (None, SUPPRESS):
753 elif argument.dest not in (None, SUPPRESS):
1108 dest=SUPPRESS,
1109 default=SUPPRESS,
1128 dest=SUPPRESS,
1129 default=SUPPRESS,
1165 dest=SUPPRESS,
1222 if self.dest is not SUPPRESS:
1787 action='help', default=SUPPRESS,
1889 if action.dest is not SUPPRESS:
1891 if action.default is not SUPPRESS:
1975 # take the action if we didn't receive a SUPPRESS value
1977 if argument_values is not SUPPRESS:
2156 if action.help is not SUPPRESS]
2362 elif nargs == SUPPRESS:
2398 # SUPPRESS. This blocks the addition of that positional to the
2423 action.nargs = SUPPRESS
2425 action.default = SUPPRESS
2508 # SUPPRESS argument does not put anything in the namespace
2509 elif action.nargs == SUPPRESS:
2510 value = SUPPRESS