Package trac :: Package util :: Module text :: Class UnicodeTextWrapper

Class UnicodeTextWrapper

source code

textwrap.TextWrapper --+
                       |
                      UnicodeTextWrapper

Instance Methods
 
__init__(self, cols, replace_whitespace=0, break_long_words=0, initial_indent='', subsequent_indent='', ambiwidth=1) source code

Inherited from textwrap.TextWrapper: fill, wrap

Class Variables
  breakable_char_ranges = [(4352, 4607), (11904, 12031), (12288,...
  split_re = None
hash(x)
  breakable_re = None
hash(x)

Inherited from textwrap.TextWrapper: sentence_end_re, unicode_whitespace_trans, uspace, whitespace_trans, wordsep_re, wordsep_simple_re, x

Method Details

__init__(self, cols, replace_whitespace=0, break_long_words=0, initial_indent='', subsequent_indent='', ambiwidth=1)
(Constructor)

source code 
Overrides: textwrap.TextWrapper.__init__

Class Variable Details

breakable_char_ranges

Value:
[(4352, 4607),
 (11904, 12031),
 (12288, 12351),
 (12352, 12447),
 (12448, 12543),
 (12592, 12687),
 (12688, 12703),
 (12736, 12783),
...