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