Lines Matching refs:SUPPRESS
135 SUPPRESS = '==SUPPRESS==' variable
254 if self.heading is not SUPPRESS and self.heading is not None:
280 if text is not SUPPRESS and text is not None:
284 if usage is not SUPPRESS:
289 if action.help is not SUPPRESS:
323 if part and part is not SUPPRESS])
446 if action.help is SUPPRESS:
622 if params[name] is SUPPRESS:
688 if action.default is not SUPPRESS:
704 elif argument.metavar not in (None, SUPPRESS):
706 elif argument.dest not in (None, SUPPRESS):
1012 dest=SUPPRESS,
1013 default=SUPPRESS,
1032 dest=SUPPRESS,
1033 default=SUPPRESS,
1064 dest=SUPPRESS,
1105 if self.dest is not SUPPRESS:
1610 '-h', '--help', action='help', default=SUPPRESS,
1614 '-v', '--version', action='version', default=SUPPRESS,
1715 if action.dest is not SUPPRESS:
1717 if action.default is not SUPPRESS:
1799 if argument_values is not SUPPRESS:
1963 if action.help is not SUPPRESS]