Lines Matching refs:BeautifulSoup
81 * The .previous_element of a BeautifulSoup object is now always None,
107 * The BeautifulSoup class is now aliased to "_s" and "_soup", making
171 insert_after() on the BeautifulSoup object itself. Patch by Aaron
322 class as a deprecated wrapper around BeautifulSoup.
370 * It's now possible to deepcopy a BeautifulSoup object created with
453 * Added BeautifulSoup.new_string() to go along with BeautifulSoup.new_tag()
455 * BeautifulSoup.new_tag() will follow the rules of whatever
456 tree-builder was used to create the original BeautifulSoup object. A
502 Previously you imported the BeautifulSoup class from a module also
503 called BeautifulSoup. To save keystrokes and make it clear which
506 >>> from bs4 import BeautifulSoup
541 If the BeautifulSoup instance has .is_xml set to True, an appropriate
758 BeautifulSoup's HTML-specific rules, but no tag nesting rules. [Doc
897 The parser logic has been greatly improved, and the BeautifulSoup
1053 at pcblokes dot com). BeautifulSoup still works as before.