Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/
Dutils.py130 class _ModuleWithDeprecations(object): class
157 if not isinstance(module, _ModuleWithDeprecations):
158 sys.modules[module_name] = _ModuleWithDeprecations(module)