Searched refs:max_help_position (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | optparse.py | 202 max_help_position, argument 214 self.help_position = self.max_help_position = \ 215 min(max_help_position, max(width - 20, indent_increment * 2)) 340 self.help_position = min(max_len + 2, self.max_help_position) 368 max_help_position=24, argument 372 self, indent_increment, max_help_position, width, short_first) 387 max_help_position=24, argument 391 self, indent_increment, max_help_position, width, short_first)
|
D | argparse.py | 157 max_help_position=24, argument 170 self._max_help_position = max_help_position 171 self._max_help_position = min(max_help_position,
|
/external/python/cpython3/Lib/ |
D | optparse.py | 208 max_help_position, argument 220 self.help_position = self.max_help_position = \ 221 min(max_help_position, max(width - 20, indent_increment * 2)) 346 self.help_position = min(max_len + 2, self.max_help_position) 374 max_help_position=24, argument 378 self, indent_increment, max_help_position, width, short_first) 393 max_help_position=24, argument 397 self, indent_increment, max_help_position, width, short_first)
|
D | argparse.py | 164 max_help_position=24, argument 175 self._max_help_position = min(max_help_position,
|
/external/llvm-project/polly/utils/ |
D | argparse.py | 192 max_help_position=24, argument 205 self._max_help_position = max_help_position
|