Lines Matching defs:warnings
8 import warnings
1031 with warnings.catch_warnings():
1032 warnings.simplefilter("ignore", DeprecationWarning)
1625 with warnings.catch_warnings(record=True) as w:
1626 warnings.simplefilter("always", DeprecationWarning)
1656 with warnings.catch_warnings(record=True) as w:
1657 warnings.simplefilter("always", DeprecationWarning)
1665 with warnings.catch_warnings(record=True) as w:
1666 warnings.simplefilter("always", DeprecationWarning)
1672 with warnings.catch_warnings(record=True) as w:
1673 warnings.simplefilter("always", DeprecationWarning)