Searched refs:_deprecations (Results 1 – 1 of 1) sorted by relevance
18 _deprecations = [(msg, DeprecationWarning) for msg in DEPRECATION_WARNINGS] variable24 with check_warnings(*_deprecations, quiet=True):