We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wraptext
1 parent 6c36fc3 commit 1398e51Copy full SHA for 1398e51
1 file changed
anypytools/tools.py
@@ -48,6 +48,7 @@
48
"anybodycon_version",
49
"AMSVersion",
50
"parse_anybodycon_output",
51
+ "wraptext"
52
]
53
54
@@ -202,7 +203,7 @@ def _ammr_any_version(fpath):
202
203
return "Unknown AMMR version"
204
205
-def _wraptext(elem, initial_indent="", subsequent_indent=None):
206
+def wraptext(elem, initial_indent="", subsequent_indent=None):
207
"""Wraps text to fit the terminal window."""
208
width = 120
209
if sys.version_info.major == 3:
0 commit comments