Searched refs:max_help_position (Results 1 – 2 of 2) sorted by relevance
/third_party/python/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,
|