(self, attrsD)
| 1574 | _end_id = _end_guid |
| 1575 | |
| 1576 | def _start_title(self, attrsD): |
| 1577 | if self.svgOK: |
| 1578 | return self.unknown_starttag('title', attrsD.items()) |
| 1579 | self.pushContent('title', attrsD, u'text/plain', self.infeed or self.inentry or self.insource) |
| 1580 | _start_dc_title = _start_title |
| 1581 | _start_media_title = _start_title |
| 1582 |
nothing calls this directly
no test coverage detected