Home
last modified time | relevance | path

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

/misc/config_tools/board_inspector/cpuparser/
A Dplatformbase.py19 _wrapper = textwrap.TextWrapper(width=78, initial_indent=' ', subsequent_indent=' ') variable
111 s += '\n'.join(_wrapper.wrap(temp))
196 s += '\n'.join(_wrapper.wrap(temp))
204 s += '\n'.join(_wrapper.wrap(temp))
/misc/config_tools/board_inspector/inspectorlib/
A Dcdata.py90_wrapper = textwrap.TextWrapper(width=line_len, initial_indent=self._indent, subsequent_indent=sel…
93 wrapper = _wrapper

Completed in 3 milliseconds