Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ plaintext
Method
plaintext
pattern/web/__init__.py:1797–1798 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1795
return
s
1796
1797
def
plaintext(self, **kwargs):
1798
return
self._plaintext(self.source, **kwargs)
1799
1800
@property
1801
def
html(self):
Callers
3
string
Method · 0.95
test_plaintext
Method · 0.45
test_wikipedia_article
Method · 0.45
Calls
1
_plaintext
Method · 0.95
Tested by
2
test_plaintext
Method · 0.36
test_wikipedia_article
Method · 0.36