|
|
| _enclosed_filename_re = re.compile(r'(\u2068[^\u2068]+?\u2069(?::-?\d+)?)') |
| |
◆ _split()
| babel.util.TextWrapper._split |
( |
|
self, |
|
|
|
text |
|
) |
| |
|
protected |
Splits the text into indivisible chunks while ensuring that file names
containing spaces are not broken up.
◆ wordsep_re
| babel.util.TextWrapper.wordsep_re |
|
static |
Initial value:= re.compile(
r'(\s+|'
r'(?<=[\w\!\"\'\&\.\,\?])-{2,}(?=\w))',
)
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/babel/util.py