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

Method _end_image

pattern/web/feed/feedparser.py:1156–1158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1154 self.push('image', 0)
1155
1156 def _end_image(self):
1157 self.pop('image')
1158 self.inimage = 0
1159
1160 def _start_textinput(self, attrsD):
1161 context = self._getContext()

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected