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

Method _start_image

pattern/web/feed/feedparser.py:1148–1154  ·  view source on GitHub ↗
(self, attrsD)

Source from the content-addressed store, hash-verified

1146 _end_feed = _end_channel
1147
1148 def _start_image(self, attrsD):
1149 context = self._getContext()
1150 if not self.inentry:
1151 context.setdefault('image', FeedParserDict())
1152 self.inimage = 1
1153 self.title_depth = -1
1154 self.push('image', 0)
1155
1156 def _end_image(self):
1157 self.pop('image')

Callers

nothing calls this directly

Calls 4

_getContextMethod · 0.95
pushMethod · 0.95
FeedParserDictClass · 0.85
setdefaultMethod · 0.45

Tested by

no test coverage detected