bs4.BeautifulSoup.__init__

BeautifulSoup.__init__(markup='', features=None, builder=None, parse_only=None, from_encoding=None, exclude_encodings=None, **kwargs)[source]

The Soup object is initialized as the ‘root tag’, and the provided markup (which can be a string or a file-like object) is fed into the underlying parser.