MCPcopy
hub / github.com/csev/py4e / output_ready

Method output_ready

code3/bs4/element.py:715–717  ·  view source on GitHub ↗
(self, formatter="minimal")

Source from the content-addressed store, hash-verified

713 self.__class__.__name__, attr))
714
715 def output_ready(self, formatter="minimal"):
716 output = self.format_string(self, formatter)
717 return self.PREFIX + output + self.SUFFIX
718
719 @property
720 def name(self):

Callers 2

decode_contentsMethod · 0.45
test_declarationMethod · 0.45

Calls 1

format_stringMethod · 0.45

Tested by 1

test_declarationMethod · 0.36