Home | History | Annotate | Download | only in Lib

Lines Matching defs:REMAINDER

79     'REMAINDER',

105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
2154 elif nargs == REMAINDER:
2178 if action.nargs not in [PARSER, REMAINDER]:
2207 # REMAINDER arguments convert all values, checking none
2208 elif action.nargs == REMAINDER: