Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
bs4._warnings.UnusualUsageWarning Class Reference
Inheritance diagram for bs4._warnings.UnusualUsageWarning:
Inheritance graph
[legend]
Collaboration diagram for bs4._warnings.UnusualUsageWarning:
Collaboration graph
[legend]

Detailed Description

A superclass for warnings issued when Beautiful Soup sees
something that is typically the result of a mistake in the calling
code, but might be intentional on the part of the user. If it is
in fact intentional, you can filter the individual warning class
to get rid of the warning. If you don't like Beautiful Soup
second-guessing what you are doing, you can filter the
UnusualUsageWarningclass itself and get rid of these entirely.

The documentation for this class was generated from the following file: