Home
last modified time | relevance | path

Searched refs:_wrap_chunks (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtextwrap.py23 you'll probably have to override _wrap_chunks().
161 not quite the same as words; see _wrap_chunks() for full
234 # main loop of _wrap_chunks(), we'll wind up here again, but
238 def _wrap_chunks(self, chunks): member in TextWrapper
239 """_wrap_chunks(chunks : [string]) -> [string]
359 return self._wrap_chunks(chunks)

Completed in 1 milliseconds