Searched refs:_split_lines (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/ | ||
D | gen_common.py | 99 def _split_lines(self, text, width): member in ArgumentParser._HelpFormatter |
/external/python/cpython2/Lib/ | ||
D | argparse.py | 522 help_lines = self._split_lines(help_text, help_width) |
/external/python/cpython3/Lib/ | ||
D | argparse.py | 526 help_lines = self._split_lines(help_text, help_width) |