Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_support.py30 cls._warnings_helper_token = support.ignore_deprecations_from(
33 cls._test_support_token = support.ignore_deprecations_from(
/third_party/python/Lib/test/support/
D__init__.py2040 def ignore_deprecations_from(module: str, *, like: str) -> object: function