Home
last modified time | relevance | path

Searched refs:_textwrap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/utils/
H A Dargparse.py96 import textwrap as _textwrap namespace
645 return _textwrap.wrap(text, width)
649 return _textwrap.fill(text, width, initial_indent=indent,