Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462d1b3 commit cdddf2bCopy full SHA for cdddf2b
1 file changed
Doc/library/warnings.rst
@@ -40,6 +40,10 @@ may be overridden; the default implementation of this function formats the
40
message by calling :func:`formatwarning`, which is also available for use by
41
custom implementations.
42
43
+.. seealso::
44
+ :func:`logging.captureWarnings` allows you to handle all warnings with
45
+ the standard logging infrastructure.
46
+
47
48
.. _warning-categories:
49
0 commit comments