Home
last modified time | relevance | path

Searched refs:prettify (Results 1 – 5 of 5) sorted by relevance

/openbmc/ibm-logging/
H A Dcondense_policy.py120 indent_value = 2 if args.prettify else None
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Ddiagnose.py73 print((soup.prettify()))
H A D__init__.py839 print((soup.prettify()))
H A DCHANGELOG65 * Tag.prettify() will now consistently end prettified markup with
913 * The prettify() method now leaves the contents of <pre> tags
1110 * Made prettify() return Unicode by default, so it will look nice on
1685 picture of how Beautiful Soup parses it, with the Tag.prettify()
H A Delement.py1915 def prettify(self, encoding=None, formatter="minimal"): member in Tag