Lines Matching defs:warnings
64 import warnings
65 warnings.warn("'encoding' argument not specified.",
230 import warnings
231 warnings.warn("line buffering (buffering=1) isn't supported in binary "
295 import warnings
296 warnings.warn("_pyio.open_code() may not be using hooks",
313 import warnings
314 warnings.warn('OpenWrapper is deprecated, use open instead',
1623 import warnings
1624 warnings.warn('unclosed file %r' % (self,), ResourceWarning,