Home
last modified time | relevance | path

Searched refs:ignore_deprecations_from (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_support.py30 cls._warnings_helper_token = support.ignore_deprecations_from(
33 cls._test_support_token = support.ignore_deprecations_from(
48 """Test support.ignore_deprecations_from() silences warnings"""
/third_party/python/Lib/test/support/
H A D__init__.py2181 def ignore_deprecations_from(module: str, *, like: str) -> object: function
2193 raise ValueError("Provide token or tokens returned by ignore_deprecations_from")

Completed in 5 milliseconds