Searched refs:cadefault (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Tools/scripts/ |
D | checkpip.py | 18 cadefault=True,
|
/third_party/python/Lib/test/ |
D | test_urllib2_localnet.py | 591 cadefault=True)
|
/third_party/python/Doc/library/ |
D | urllib.request.rst | 28 .. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=False, cont… 55 The *cadefault* parameter is ignored. 107 *cadefault* was added. 119 *cafile*, *capath* and *cadefault* are deprecated in favor of *context*.
|
/third_party/python/Lib/urllib/ |
D | request.py | 140 *, cafile=None, capath=None, cadefault=False, context=None): argument 191 if cafile or capath or cadefault:
|
/third_party/python/Misc/ |
D | HISTORY | 6324 - Issue #17977: The documentation for the cadefault argument's default value 7588 - Issue #14780: urllib.request.urlopen() now has a ``cadefault`` argument
|