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