MCPcopy Index your code

hub / github.com/aaronsw/html2text / functions

Functions26 in github.com/aaronsw/html2text

↓ 20 callersMethodo
(self, data, puredata=0, force=0)
html2text.py:363
↓ 10 callersFunctionhas_key
(x, y)
html2text.py:17
↓ 10 callersMethodp
(self)
html2text.py:361
↓ 6 callersMethodpbr
(self)
html2text.py:358
↓ 4 callersFunctionname2cp
(k)
html2text.py:53
↓ 2 callersFunctioncharref
(name)
html2text.py:76
↓ 2 callersFunctionentityref
(c)
html2text.py:90
↓ 2 callersMethodhandle_tag
(self, tag, attrs, start)
html2text.py:227
↓ 2 callersFunctionhn
(tag)
html2text.py:146
↓ 2 callersMethodpreviousIndex
returns the index of certain set of attributes (of a link) in the self.a list If the set of attributes is not found, return
html2text.py:204
↓ 1 callersMethodclose
(self)
html2text.py:184
↓ 1 callersFunctionhtml2text
(html, baseurl='')
html2text.py:449
↓ 1 callersFunctionhtml2text_file
(html, out=wrapwrite, baseurl='')
html2text.py:443
↓ 1 callersFunctiononlywhite
Return true if the line does only consist of whitespace characters.
html2text.py:114
↓ 1 callersFunctionoptwrap
Wrap all paragraphs in the provided text.
html2text.py:121
↓ 1 callersFunctionwrapwrite
(text)
html2text.py:436
Method__init__
(self, out=None, baseurl='')
html2text.py:154
Methodhandle_charref
(self, c)
html2text.py:192
Methodhandle_data
(self, data)
html2text.py:430
Methodhandle_endtag
(self, tag)
html2text.py:201
Methodhandle_entityref
(self, c)
html2text.py:195
Methodhandle_starttag
(self, tag, attrs)
html2text.py:198
Methodouttextf
(self, s)
html2text.py:181
FunctionreplaceEntities
(s)
html2text.py:102
Functionunescape
(s)
html2text.py:109
Methodunknown_decl
(self, data)
html2text.py:434