(self, attrsD)
| 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 |
nothing calls this directly
no test coverage detected