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

Method _handle_long_word

Lib/textwrap.py:210–241  ·  view source on GitHub ↗

_handle_long_word(chunks : [string], cur_line : [string], cur_len : int, width : int) Handle a chunk of text (most likely a word, not whitespace) that is too long to fit in any line.

(self, reversed_chunks, cur_line, cur_len, width)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_wrap_chunksMethod · 0.95

Calls 2

appendMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected