Lines Matching refs:warnings
35 import warnings
115 with warnings.catch_warnings(record=True) as w:
116 warnings.simplefilter('always', category=DeprecationWarning)
123 with warnings.catch_warnings(record=True) as w:
124 warnings.simplefilter('error', category=DeprecationWarning)
139 with warnings.catch_warnings(record=True) as w:
140 warnings.simplefilter('always', category=DeprecationWarning)
148 with warnings.catch_warnings(record=True) as w:
149 warnings.simplefilter('error', category=DeprecationWarning)
192 with warnings.catch_warnings(record=True) as w:
193 warnings.simplefilter('always', category=DeprecationWarning)
200 with warnings.catch_warnings(record=True) as w:
201 warnings.simplefilter('error', category=DeprecationWarning)
215 with warnings.catch_warnings(record=True) as w:
216 warnings.simplefilter('always', category=DeprecationWarning)
224 with warnings.catch_warnings(record=True) as w:
225 warnings.simplefilter('error', category=DeprecationWarning)