MCPcopy 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

stringMethod · 0.95
test_plaintextMethod · 0.45

Calls 1

_plaintextMethod · 0.95

Tested by 2

test_plaintextMethod · 0.36