MCPcopy Create free account
hub / github.com/VectifyAI/PageIndex / print_wrapped

Function print_wrapped

pageindex/utils.py:707–709  ·  view source on GitHub ↗
(text, width=100)

Source from the content-addressed store, hash-verified

705 print_tree(node['nodes'], indent + 1)
706
707def print_wrapped(text, width=100):
708 for line in text.splitlines():
709 print(textwrap.fill(line, width=width))
710

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected