|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| def | __init__ (self, name=None, attrs={}, text=None, kwargs) |
| def | __str__ (self) |
| def | searchTag (self, markupName=None, markupAttrs={}) |
| def | search (self, markup) |
Public Attributes | |
| name | |
| attrs | |
| text | |
Encapsulates a number of ways of matching a markup element (tag or text).
| def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.__init__ | ( | self, | |
name = None, |
|||
attrs = {}, |
|||
text = None, |
|||
| kwargs | |||
| ) |
| def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.__str__ | ( | self | ) |
| def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.search | ( | self, | |
| markup | |||
| ) |
| def webkitpy.thirdparty.BeautifulSoup.SoupStrainer.searchTag | ( | self, | |
markupName = None, |
|||
markupAttrs = {} |
|||
| ) |
| webkitpy.thirdparty.BeautifulSoup.SoupStrainer.attrs |
| webkitpy.thirdparty.BeautifulSoup.SoupStrainer.name |
| webkitpy.thirdparty.BeautifulSoup.SoupStrainer.text |
1.8.13