Searched refs:doseq (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/common_lib/cros/ |
D | gs_cache_client.py | 148 urllib.urlencode(queries, doseq=True), None).geturl()
|
/external/python/cpython3/Lib/urllib/ |
D | parse.py | 865 def urlencode(query, doseq=False, safe='', encoding=None, errors=None, argument 902 if not doseq:
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 1240 result = urllib.parse.urlencode(given, doseq=True, 1298 result = urllib.parse.urlencode(given, doseq=True, safe=":$") 1318 result = urllib.parse.urlencode(given, doseq=True, safe=":$",
|
/external/python/cpython3/Doc/library/ |
D | urllib.parse.rst | 174 Use the :func:`urllib.parse.urlencode` function (with the ``doseq`` 576 .. function:: urlencode(query, doseq=False, safe='', encoding=None, \ 599 the optional parameter *doseq* is evaluates to ``True``, individual
|
/external/python/cpython2/Lib/ |
D | urllib.py | 1307 def urlencode(query, doseq=0): argument 1338 if not doseq:
|
/external/python/cpython2/Doc/library/ |
D | urllib.rst | 260 .. function:: urlencode(query[, doseq]) 270 can be a sequence and in that case, if the optional parameter *doseq* is
|