MCPcopy Index your code
hub / github.com/clips/pattern / string

Method string

pattern/web/__init__.py:1805–1806  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1803
1804 @property
1805 def string(self):
1806 return self.plaintext()
1807
1808 def __repr__(self):
1809 return "MediaWikiArticle(title=%s)" % repr(self.title)

Callers

nothing calls this directly

Calls 1

plaintextMethod · 0.95

Tested by

no test coverage detected