Searched refs:TextNode (Results 1 – 1 of 1) sorted by relevance
180 return TextNode(Comment(data), self.soup)369 text = TextNode(self.soup.new_string(data), self.soup)474 class TextNode(Element): class