(self, attrsD)
| 1115 | self.version = u'rss' |
| 1116 | |
| 1117 | def _start_channel(self, attrsD): |
| 1118 | self.infeed = 1 |
| 1119 | self._cdf_common(attrsD) |
| 1120 | |
| 1121 | def _cdf_common(self, attrsD): |
| 1122 | if 'lastmod' in attrsD: |
nothing calls this directly
no test coverage detected