(self, data)
| 1371 | self.literal = (len(self.quoteStack) > 0) |
| 1372 | |
| 1373 | def handle_data(self, data): |
| 1374 | self.currentData.append(data) |
| 1375 | |
| 1376 | def _toStringSubclass(self, text, subclass): |
| 1377 | """Adds a certain piece of text to the tree as a NavigableString |
no test coverage detected