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

Method fill

Lib/textwrap.py:331–338  ·  view source on GitHub ↗

fill(text : string) -> string Reformat the single paragraph in 'text' to fit in lines of no more than 'self.width' columns, and return a new string containing the entire wrapped paragraph.

(self, text)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

fillFunction · 0.95
DER_cert_to_PEM_certFunction · 0.45
_fill_textMethod · 0.45
_format_textMethod · 0.45

Calls 2

wrapMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected