Home | History | Annotate | Download | only in python2.7

Lines Matching defs:REMAINDER

79     'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
2165 elif nargs == REMAINDER:
2188 # for everything but PARSER, REMAINDER args, strip out first '--'
2189 if action.nargs not in [PARSER, REMAINDER]:
2221 # REMAINDER arguments convert all values, checking none
2222 elif action.nargs == REMAINDER: