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:1825–1826 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
1823
self._tables = None
1824
1825
def
plaintext(self, **kwargs):
1826
return
self.article._plaintext(self.source, **kwargs)
1827
1828
@property
1829
def
source(self):
Callers
2
string
Method · 0.95
content
Method · 0.95
Calls
1
_plaintext
Method · 0.80
Tested by
no test coverage detected