Searched refs:prettify (Results 1 – 5 of 5) sorted by relevance
120 indent_value = 2 if args.prettify else None
73 print((soup.prettify()))
839 print((soup.prettify()))
65 * Tag.prettify() will now consistently end prettified markup with913 * The prettify() method now leaves the contents of <pre> tags1110 * Made prettify() return Unicode by default, so it will look nice on1685 picture of how Beautiful Soup parses it, with the Tag.prettify()
1915 def prettify(self, encoding=None, formatter="minimal"): member in Tag