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

Method popContent

pattern/web/feed/feedparser.py:1028–1032  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

1026 self.push(tag, expectingText)
1027
1028 def popContent(self, tag):
1029 value = self.pop(tag)
1030 self.incontent -= 1
1031 self.contentparams.clear()
1032 return value
1033
1034 # a number of elements in a number of RSS variants are nominally plain
1035 # text, but this is routinely ignored. This is an attempt to detect

Callers 7

_end_subtitleMethod · 0.95
_end_rightsMethod · 0.95
_end_titleMethod · 0.95
_end_descriptionMethod · 0.95
_end_infoMethod · 0.95
_end_summaryMethod · 0.95
_end_contentMethod · 0.95

Calls 2

popMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected