Lines Matching refs:SUPPRESS
99 SUPPRESS = '==SUPPRESS==' variable
221 if self.heading is not SUPPRESS and self.heading is not None:
247 if text is not SUPPRESS and text is not None:
251 if usage is not SUPPRESS:
256 if action.help is not SUPPRESS:
290 if part and part is not SUPPRESS])
423 if action.help is SUPPRESS:
599 if params[name] is SUPPRESS:
665 if action.default is not SUPPRESS:
681 elif argument.metavar not in (None, SUPPRESS):
683 elif argument.dest not in (None, SUPPRESS):
989 dest=SUPPRESS,
990 default=SUPPRESS,
1009 dest=SUPPRESS,
1010 default=SUPPRESS,
1041 dest=SUPPRESS,
1082 if self.dest is not SUPPRESS:
1616 action='help', default=SUPPRESS,
1621 action='version', default=SUPPRESS,
1725 if action.dest is not SUPPRESS:
1727 if action.default is not SUPPRESS:
1810 if argument_values is not SUPPRESS:
1985 if action.help is not SUPPRESS]