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

Method _start_width

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

Source from the content-addressed store, hash-verified

1240 _end_itunes_name = _end_name
1241
1242 def _start_width(self, attrsD):
1243 self.push('width', 0)
1244
1245 def _end_width(self):
1246 value = self.pop('width')

Callers

nothing calls this directly

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected