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

Method _start_height

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

Source from the content-addressed store, hash-verified

1253 context['width'] = value
1254
1255 def _start_height(self, attrsD):
1256 self.push('height', 0)
1257
1258 def _end_height(self):
1259 value = self.pop('height')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected