Home
last modified time | relevance | path

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

/external/llvm-project/polly/utils/
Dargparse.py294 for subaction in self._iter_indented_subactions(action):
555 for subaction in self._iter_indented_subactions(action):
632 def _iter_indented_subactions(self, action): member in HelpFormatter
/external/python/cpython2/Lib/
Dargparse.py261 for subaction in self._iter_indented_subactions(action):
532 for subaction in self._iter_indented_subactions(action):
609 def _iter_indented_subactions(self, action): member in HelpFormatter
/external/python/cpython3/Lib/
Dargparse.py263 for subaction in self._iter_indented_subactions(action):
541 for subaction in self._iter_indented_subactions(action):
628 def _iter_indented_subactions(self, action): member in HelpFormatter