Home
last modified time | relevance | path

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

/external/llvm-project/polly/utils/
Dargparse.py212 self._root_section = self._Section(self, None)
230 class _Section(object): class in HelpFormatter
271 section = self._Section(self, self._current_section, heading)
/external/python/cpython2/Lib/
Dargparse.py179 self._root_section = self._Section(self, None)
197 class _Section(object): class in HelpFormatter
238 section = self._Section(self, self._current_section, heading)
/external/python/cpython3/Lib/
Dargparse.py183 self._root_section = self._Section(self, None)
201 class _Section(object): class in HelpFormatter
240 section = self._Section(self, self._current_section, heading)