MCPcopy
hub / github.com/getpelican/pelican / content

Method content

pelican/contents.py:431–432  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

429
430 @property
431 def content(self) -> str:
432 return self.get_content(self.get_siteurl())
433
434 @memoized
435 def get_summary(self, _siteurl: str) -> str:

Callers

nothing calls this directly

Calls 2

get_contentMethod · 0.95
get_siteurlMethod · 0.95

Tested by

no test coverage detected