Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/x509/
Dgeneral_name.py33 def _lazy_import_idna(): function
98 idna = _lazy_import_idna()
120 idna = _lazy_import_idna()
204 idna = _lazy_import_idna()
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py23 from cryptography.x509.general_name import _lazy_import_idna
56 _lazy_import_idna()