Home
last modified time | relevance | path

Searched defs:ignore_warnings (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/support/
Dwarnings_helper.py38 def ignore_warnings(*, category): function
/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py1139 ignore_warnings = mock.patch.object(log.logger, "warning") variable in ChildWatcherTestsMixin
/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py35 def check(self, before, after, ignore_warnings=False): argument
50 def unchanged(self, before, ignore_warnings=False): argument