MCPcopy Create free account
hub / github.com/datapane/datapane / pprint

Method pprint

python-client/src/datapane/view/view_blocks.py:71–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 return etree.tounicode(dom, pretty_print=True)
70
71 def pprint(self) -> None:
72 from .visitors import PrettyPrinter
73
74 self.accept(PrettyPrinter())
75
76 @classmethod
77 def wrap_blocks(cls, x: t.Union[Self, t.List[BlockOrPrimitive], BlockOrPrimitive]) -> Self:

Callers

nothing calls this directly

Calls 2

PrettyPrinterClass · 0.85
acceptMethod · 0.80

Tested by

no test coverage detected