330
315
:param override: If True, always set the ignore, if False, only set the
331
316
ignore if there isn't already a filter.
335
319
if not override and _check_for_filter(error_only=False):
336
320
# If there is already a filter effecting suppress_deprecation_warnings,
345
326
def activate_deprecation_warnings(override=True):