Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaronsw/html2text
/ handle_entityref
Method
handle_entityref
html2text.py:195–196 ·
view source on GitHub ↗
(self, c)
Source
from the content-addressed store, hash-verified
193
self.o(charref(c))
194
195
def
handle_entityref(self, c):
196
self.o(entityref(c))
197
198
def
handle_starttag(self, tag, attrs):
199
self.handle_tag(tag, attrs, 1)
Callers
nothing calls this directly
Calls
2
o
Method · 0.95
entityref
Function · 0.85
Tested by
no test coverage detected