Example #1
0
 def _SetArgSections(self):
   """Sets self._arg_sections in document order."""
   if self._arg_sections is None:
     self._arg_sections, self._global_flags = usage_text.GetArgSections(
         self.GetArguments(), self._is_root)
Example #2
0
 def _SetArgSections(self):
     """Sets self._arg_sections in document order."""
     if self._arg_sections is None:
         self._arg_sections, self._global_flags = usage_text.GetArgSections(
             self.GetArguments(), self.is_root, self.is_group,
             self.sort_top_level_args)