MCPcopy 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

stringMethod · 0.95
contentMethod · 0.95

Calls 1

_plaintextMethod · 0.80

Tested by

no test coverage detected