Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
def
print_wrapped(text):
44
paras = text.split(
"\n"
)
45
for
i in paras:
46
print(*cjkwrap.wrap(i), sep=
"\n"
)
47
48
49
class
DataModel:
Callers
4
choose_slave_channels
Function · 0.85
choose_middlewares
Function · 0.85
confirmation
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected