Searched refs:to_parse (Results 1 – 2 of 2) sorted by relevance
40 def assertSoupEquals(self, to_parse, compare_parsed_to=None): argument42 obj = BeautifulSoup(to_parse, builder=builder)44 compare_parsed_to = to_parse
487 to_parse, shallow_branches = [], []492 to_parse.append('%s~%d^{}' % (revision, depth - 1))509 … parsed_depths = runfetchcmd("%s rev-parse %s" % (ud.basecmd, " ".join(to_parse)), d, workdir=dest)