Lines Matching refs:quiet
93 - if 'quiet' is True, it does not fail if a filter catches nothing
98 check_warnings(("", Warning), quiet=True)
100 quiet = kwargs.get('quiet')
104 if quiet is None:
105 quiet = True
106 return _filterwarnings(filters, quiet)
152 def _filterwarnings(filters, quiet=False):
155 If 'quiet' is True, only re-raise the unexpected warnings.
181 if not seen and not quiet: