Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Dssl_support.py59 def _dnsname_match(dn, hostname, max_wildcards=1): argument
75 if wildcards > max_wildcards:
/external/python/cpython2/Lib/
Dssl.py204 def _dnsname_match(dn, hostname, max_wildcards=1): argument
218 if wildcards > max_wildcards: