def _arguments(self): return pyparsing.Group( pyparsing.Optional(pyparsing.delimitedList(self._argument())) )