MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / fill

Function fill

Lib/textwrap.py:356–366  ·  view source on GitHub ↗

Fill a single paragraph of text, returning a new string. Reformat the single paragraph in 'text' to fit in lines of no more than 'width' columns, and return a new string containing the entire wrapped paragraph. As with wrap(), tabs are expanded and other whitespace characters conve

(text, width=70, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

demo1Function · 0.50
demo2Function · 0.50
yinFunction · 0.50

Calls 2

fillMethod · 0.95
TextWrapperClass · 0.70

Tested by

no test coverage detected