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

Lines Matching refs:choice_strs

559             choice_strs = [str(choice) for choice in action.choices]
560 result = '{%s}' % ','.join(choice_strs)