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

Method _start_subtitle

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

Source from the content-addressed store, hash-verified

1357 context['%s_detail' % key]['email'] = email
1358
1359 def _start_subtitle(self, attrsD):
1360 self.pushContent('subtitle', attrsD, u'text/plain', 1)
1361 _start_tagline = _start_subtitle
1362 _start_itunes_subtitle = _start_subtitle
1363

Callers

nothing calls this directly

Calls 1

pushContentMethod · 0.95

Tested by

no test coverage detected