Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_pep352.py18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS] variable
24 with check_warnings(*_deprecations, quiet=True):