Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aaronsw/html2text
/ functions
Functions
26 in github.com/aaronsw/html2text
⨍
Functions
26
◇
Types & classes
1
↓ 20 callers
Method
o
(self, data, puredata=0, force=0)
html2text.py:363
↓ 10 callers
Function
has_key
(x, y)
html2text.py:17
↓ 10 callers
Method
p
(self)
html2text.py:361
↓ 6 callers
Method
pbr
(self)
html2text.py:358
↓ 4 callers
Function
name2cp
(k)
html2text.py:53
↓ 2 callers
Function
charref
(name)
html2text.py:76
↓ 2 callers
Function
entityref
(c)
html2text.py:90
↓ 2 callers
Method
handle_tag
(self, tag, attrs, start)
html2text.py:227
↓ 2 callers
Function
hn
(tag)
html2text.py:146
↓ 2 callers
Method
previousIndex
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 callers
Method
close
(self)
html2text.py:184
↓ 1 callers
Function
html2text
(html, baseurl='')
html2text.py:449
↓ 1 callers
Function
html2text_file
(html, out=wrapwrite, baseurl='')
html2text.py:443
↓ 1 callers
Function
onlywhite
Return true if the line does only consist of whitespace characters.
html2text.py:114
↓ 1 callers
Function
optwrap
Wrap all paragraphs in the provided text.
html2text.py:121
↓ 1 callers
Function
wrapwrite
(text)
html2text.py:436
Method
__init__
(self, out=None, baseurl='')
html2text.py:154
Method
handle_charref
(self, c)
html2text.py:192
Method
handle_data
(self, data)
html2text.py:430
Method
handle_endtag
(self, tag)
html2text.py:201
Method
handle_entityref
(self, c)
html2text.py:195
Method
handle_starttag
(self, tag, attrs)
html2text.py:198
Method
outtextf
(self, s)
html2text.py:181
Function
replaceEntities
(s)
html2text.py:102
Function
unescape
(s)
html2text.py:109
Method
unknown_decl
(self, data)
html2text.py:434