Autogenerated API
Table of Contents
Tag
NavigableString
BeautifulSoup
.contents
.children
.descendants
.string
.strings
stripped_strings
.parent
.parents
.next_sibling
.previous_sibling
.next_siblings
.previous_siblings
.next_element
.previous_element
.next_elements
.previous_elements
True
find_all()
name
text
limit
recursive
find()
find_parents()
find_parent()
find_next_siblings()
find_next_sibling()
find_previous_siblings()
find_previous_sibling()
find_all_next()
find_next()
find_all_previous()
find_previous()
append()
BeautifulSoup.new_string()
.new_tag()
insert()
insert_before()
insert_after()
clear()
extract()
decompose()
replace_with()
wrap()
unwrap()
get_text()
SoupStrainer
diagnose()
Comment.
partition
Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings.