Public Member Functions | |
def | __init__ |
def | __init__ |
Public Attributes | |
source | |
A ResultSet is just a list that keeps track of the SoupStrainer that created it.
Definition at line 961 of file BeautifulSoup.py.
def BeautifulSoup.ResultSet.__init__ | ( | self, | |
source | |||
) |
Definition at line 964 of file BeautifulSoup.py.
Referenced by BeautifulSoup.ResultSet.__init__().
def BeautifulSoup.ResultSet.__init__ | ( | self, | |
source | |||
) |
Definition at line 964 of file BeautifulSoup.py.
References BeautifulSoup.ResultSet.__init__(), BeautifulSoup.buildTagMap(), BeautifulSoup.isList(), BeautifulSoup.isString(), and BeautifulSoup.ResultSet.source.
BeautifulSoup.ResultSet.source |
Definition at line 966 of file BeautifulSoup.py.
Referenced by BeautifulSoup.ResultSet.__init__().