Home | History | Annotate | Download | only in cros

Lines Matching full:argstr

637         argstr = '&'.join(map(lambda x: "%s=%s" % x, kwargs.iteritems()))
638 return "%(host)s/%(method)s?%(argstr)s" % dict(
639 host=host, method=method, argstr=argstr)