Searched defs:_add_item (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dargparse.py230 def _add_item(self, func, args): member in class:HelpFormatter
239 self._add_item(section.format_help, [])
248 self._add_item(self._format_text, [text])
253 self._add_item(self._format_usage, args)
271 self._add_item(self._format_action, [action])
/external/python/cpython3/Lib/
H A Dargparse.py231 def _add_item(self, func, args): member in class:HelpFormatter
240 self._add_item(section.format_help, [])
249 self._add_item(self._format_text, [text])
254 self._add_item(self._format_usage, args)
272 self._add_item(self._format_action, [action])

Completed in 126 milliseconds