Home | History | Annotate | Download | only in googleapiclient

Lines Matching full:repeated

523     repeated_params: List of repeated parameters (represented by parameter
584 if desc.get('repeated'):
650 # We need to handle the case of a repeated enum
668 # For repeated parameters we cast each member of the list.
798 repeated = ''
800 repeated = ' (repeated)'
809 ' form of:\n\n%s\n\n') % (arg, paramdoc, required, repeated,
814 repeated))