Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
bs4._warnings.GuessedAtParserWarning Class Reference
Inheritance diagram for bs4._warnings.GuessedAtParserWarning:
Inheritance graph
[legend]
Collaboration diagram for bs4._warnings.GuessedAtParserWarning:
Collaboration graph
[legend]

Static Public Attributes

str MESSAGE
 

Detailed Description

The warning issued when BeautifulSoup has to guess what parser to
use -- probably because no parser was specified in the constructor.

Member Data Documentation

◆ MESSAGE

str bs4._warnings.GuessedAtParserWarning.MESSAGE
static
Initial value:
= """No parser was explicitly specified, so I'm using the best available %(markup_type)s parser for this system ("%(parser)s"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line %(line_number)s of the file %(filename)s. To get rid of this warning, pass the additional argument 'features="%(parser)s"' to the BeautifulSoup constructor.
"""

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