Home | History | Annotate | Download | only in Lib

Lines Matching defs:REMAINDER

80     'REMAINDER',
102 REMAINDER = '...'
586 elif action.nargs == REMAINDER:
2208 elif nargs == REMAINDER:
2231 # for everything but PARSER, REMAINDER args, strip out first '--'
2232 if action.nargs not in [PARSER, REMAINDER]:
2264 # REMAINDER arguments convert all values, checking none
2265 elif action.nargs == REMAINDER: