Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepL/deepl-python
/ parsed
Method
parsed
examples/mustache/html_parsing.py:23–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self._result =
""
22
23
def
parsed(self):
24
return
self._result
25
26
def
_append(self, text):
27
self._result += text
Callers
1
translate_mustache
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected