Searched refs:doseq (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/urllib/ |
D | parse.py | 911 def urlencode(query, doseq=False, safe='', encoding=None, errors=None, argument 948 if not doseq:
|
/third_party/python/Lib/test/ |
D | test_urllib.py | 1399 result = urllib.parse.urlencode(given, doseq=True, 1457 result = urllib.parse.urlencode(given, doseq=True, safe=":$") 1477 result = urllib.parse.urlencode(given, doseq=True, safe=":$",
|
/third_party/python/Doc/library/ |
D | urllib.parse.rst | 207 Use the :func:`urllib.parse.urlencode` function (with the ``doseq`` 647 .. function:: urlencode(query, doseq=False, safe='', encoding=None, \ 670 the optional parameter *doseq* evaluates to ``True``, individual
|