MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / print_wrapped

Function print_wrapped

ehforwarderbot/wizard.py:43–46  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

41
42
43def print_wrapped(text):
44 paras = text.split("\n")
45 for i in paras:
46 print(*cjkwrap.wrap(i), sep="\n")
47
48
49class DataModel:

Callers 4

choose_slave_channelsFunction · 0.85
choose_middlewaresFunction · 0.85
confirmationFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected