(self, tag)
| 1026 | self.push(tag, expectingText) |
| 1027 | |
| 1028 | def popContent(self, tag): |
| 1029 | value = self.pop(tag) |
| 1030 | self.incontent -= 1 |
| 1031 | self.contentparams.clear() |
| 1032 | return value |
| 1033 | |
| 1034 | # a number of elements in a number of RSS variants are nominally plain |
| 1035 | # text, but this is routinely ignored. This is an attempt to detect |
no test coverage detected