Home
last modified time | relevance | path

Searched refs:_create_https_context (Results 1 – 2 of 2) sorted by relevance

/prebuilts/build-tools/common/py3-stdlib/http/
Dclient.py804 def _create_https_context(http_version): function
1464 context = _create_https_context(self._http_vsn)
/prebuilts/build-tools/common/py3-stdlib/urllib/
Drequest.py1361 context = http.client._create_https_context(http_version)
1980 context = http.client._create_https_context(http_version)