(self, target, data)
| 199 | self.nsmaps.pop() |
| 200 | |
| 201 | def pi(self, target, data): |
| 202 | self.soup.endData() |
| 203 | self.soup.handle_data(target + ' ' + data) |
| 204 | self.soup.endData(ProcessingInstruction) |
| 205 | |
| 206 | def data(self, content): |
| 207 | self.soup.handle_data(content) |
nothing calls this directly
no test coverage detected