Lines Matching refs:SUPPRESS
92 SUPPRESS = '==SUPPRESS==' variable
224 if self.heading is not SUPPRESS and self.heading is not None:
250 if text is not SUPPRESS and text is not None:
254 if usage is not SUPPRESS:
259 if action.help is not SUPPRESS:
293 if part and part is not SUPPRESS])
426 if action.help is SUPPRESS:
596 elif action.nargs == SUPPRESS:
606 if params[name] is SUPPRESS:
682 if action.default is not SUPPRESS:
714 elif argument.metavar not in (None, SUPPRESS):
716 elif argument.dest not in (None, SUPPRESS):
1026 dest=SUPPRESS,
1027 default=SUPPRESS,
1046 dest=SUPPRESS,
1047 default=SUPPRESS,
1083 dest=SUPPRESS,
1133 if self.dest is not SUPPRESS:
1667 action='help', default=SUPPRESS,
1769 if action.dest is not SUPPRESS:
1771 if action.default is not SUPPRESS:
1854 if argument_values is not SUPPRESS:
2029 if action.help is not SUPPRESS]
2235 elif nargs == SUPPRESS:
2296 action.nargs = SUPPRESS
2298 action.default = SUPPRESS
2382 elif action.nargs == SUPPRESS:
2383 value = SUPPRESS