The warning issued when BeautifulSoup has to guess what parser to
use -- probably because no parser was specified in the constructor.
◆ 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:
- docs/help/help-venv/lib/python3.12/site-packages/bs4/_warnings.py