MCPcopy Index your code
hub / github.com/csev/py4e / output_ready

Method output_ready

code3/bs4/element.py:734–738  ·  view source on GitHub ↗

CData strings are passed into the formatter. But the return value is ignored.

(self, formatter="minimal")

Source from the content-addressed store, hash-verified

732 """
733
734 def output_ready(self, formatter="minimal"):
735 """CData strings are passed into the formatter.
736 But the return value is ignored."""
737 self.format_string(self, formatter)
738 return self.PREFIX + self + self.SUFFIX
739
740class CData(PreformattedString):
741

Callers

nothing calls this directly

Calls 1

format_stringMethod · 0.45

Tested by

no test coverage detected