Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py141 def _format_action(self, action): member in OeHelpFormatter
172 lines.append('%s%s' % (groupindent, self._format_action(subaction).rstrip()))
175 return super(OeHelpFormatter, self)._format_action(action)