MCPcopy Index your code
hub / github.com/unclecode/crawl4ai / pbr

Method pbr

crawl4ai/html2text/__init__.py:741–744  ·  view source on GitHub ↗

Pretty print has a line break

(self)

Source from the content-addressed store, hash-verified

739
740 # TODO: Add docstring for these one letter functions
741 def pbr(self) -> None:
742 "Pretty print has a line break"
743 if self.p_p == 0:
744 self.p_p = 1
745
746 def p(self) -> None:
747 "Set pretty print to 1 or 2 lines"

Callers 3

finishMethod · 0.95
handle_tagMethod · 0.95
soft_brMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected