MCPcopy Index your code
hub / github.com/clips/pattern / _tidy

Function _tidy

pattern/web/feed/feedparser.py:2874–2875  ·  view source on GitHub ↗
(data, **kwargs)

Source from the content-addressed store, hash-verified

2872 if tidy_interface == "uTidy":
2873 from tidy import parseString as _utidy
2874 def _tidy(data, **kwargs):
2875 return str(_utidy(data, **kwargs))
2876 break
2877 elif tidy_interface == "mxTidy":
2878 from mx.Tidy import Tidy as _mxtidy

Callers 1

_sanitizeHTMLFunction · 0.85

Calls 1

strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…