Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dargparse.py263 for subaction in self._iter_indented_subactions(action):
545 for subaction in self._iter_indented_subactions(action):
632 def _iter_indented_subactions(self, action): member in HelpFormatter