Home
last modified time | relevance | path

Searched refs:prettify (Results 1 – 6 of 6) 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.py77 print(soup.prettify())
H A D__init__.py468 print(soup.prettify())
H A DNEWS.txt140 * The prettify() method now leaves the contents of <pre> tags
337 * Made prettify() return Unicode by default, so it will look nice on
912 picture of how Beautiful Soup parses it, with the Tag.prettify()
H A Delement.py1157 def prettify(self, encoding=None, formatter="minimal"): member in Tag
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py1468 soup.div.prettify())
1472 pretty = soup.prettify(formatter = lambda x: x.upper())
1477 self.assertEqual(str, type(soup.prettify()))
1481 self.assertEqual(bytes, type(soup.prettify("utf-8")))