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

Method content

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

Source from the content-addressed store, hash-verified

1839
1840 @property
1841 def content(self):
1842 # ArticleSection.string, minus the title.
1843 s = self.plaintext()
1844 if s == self.title or s.startswith(self.title+"\n"):
1845 return s[len(self.title):].lstrip()
1846 return s
1847
1848 @property
1849 def tables(self):

Callers

nothing calls this directly

Calls 2

plaintextMethod · 0.95
lenFunction · 0.85

Tested by

no test coverage detected