/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
argparse.py | 228 def _add_item(self, func, args): member in class:HelpFormatter 237 self._add_item(section.format_help, []) 246 self._add_item(self._format_text, [text]) 251 self._add_item(self._format_usage, args) 269 self._add_item(self._format_action, [action]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
argparse.py | 228 def _add_item(self, func, args): member in class:HelpFormatter 237 self._add_item(section.format_help, []) 246 self._add_item(self._format_text, [text]) 251 self._add_item(self._format_usage, args) 269 self._add_item(self._format_action, [action]) [all...] |