Public Member Functions | |
def | __init__ |
def | __str__ |
def | search |
def | searchTag |
Public Attributes | |
attrs | |
name | |
text | |
Private Member Functions | |
def | _matches |
Encapsulates a number of ways of matching a markup element (tag or text).
Definition at line 889 of file BeautifulSoup.py.
def BeautifulSoup.SoupStrainer.__init__ | ( | self, | |
name = None , |
|||
attrs = {} , |
|||
text = None , |
|||
kwargs | |||
) |
Definition at line 893 of file BeautifulSoup.py.
def BeautifulSoup.SoupStrainer.__str__ | ( | self | ) |
Definition at line 907 of file BeautifulSoup.py.
|
private |
Definition at line 977 of file BeautifulSoup.py.
def BeautifulSoup.SoupStrainer.search | ( | self, | |
markup | |||
) |
Definition at line 950 of file BeautifulSoup.py.
def BeautifulSoup.SoupStrainer.searchTag | ( | self, | |
markupName = None , |
|||
markupAttrs = {} |
|||
) |
Definition at line 913 of file BeautifulSoup.py.
BeautifulSoup.SoupStrainer.attrs |
Definition at line 904 of file BeautifulSoup.py.
BeautifulSoup.SoupStrainer.name |
Definition at line 894 of file BeautifulSoup.py.
Referenced by ElectronMVAID.ElectronMVAID.__call__(), counter.Counter.__str__(), average.Average.__str__(), VIDSelectorBase.VIDSelectorBase.initialize(), counter.Counter.write(), and average.Average.write().
BeautifulSoup.SoupStrainer.text |
Definition at line 905 of file BeautifulSoup.py.