Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ get_text
Function
get_text
feapder/utils/tools.py:860–865 ·
view source on GitHub ↗
(soup, *args)
Source
from the content-addressed store, hash-verified
858
859
860
def
get_text(soup, *args):
861
try
:
862
return
soup.get_text()
863
except
Exception
as
e:
864
log.error(e)
865
return
""
866
867
868
def
del_html_tag(content, save_line_break=True, save_p=False, save_img=False):
Callers
nothing calls this directly
Calls
2
get_text
Method · 0.80
error
Method · 0.80
Tested by
no test coverage detected