Searched refs:to_parse (Results 1 – 2 of 2) sorted by relevance
131 std::vector<T> ParseList(const std::string& to_parse) { in ParseList() argument134 std::istringstream str(to_parse); in ParseList()
38 def assertSoupEquals(self, to_parse, compare_parsed_to=None): argument40 obj = BeautifulSoup(to_parse, builder=builder)42 compare_parsed_to = to_parse