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

Lines Matching refs:formats

586             formats = ['%s' for _ in range(action.nargs)]
587 result = ' '.join(formats) % get_metavar(action.nargs)