Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Doptparse.py202 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)
Dargparse.py157 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/
Doptparse.py208 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)
Dargparse.py164 max_help_position=24, argument
175 self._max_help_position = min(max_help_position,
/external/llvm-project/polly/utils/
Dargparse.py192 max_help_position=24, argument
205 self._max_help_position = max_help_position