Searched refs:cmd_prefix (Results 1 – 2 of 2) sorted by relevance
729 def get_help(self, cmd_prefix=None): argument741 if not cmd_prefix:749 for cmd_prefix in sorted_prefixes:750 lines = self._get_help_for_command_prefix(cmd_prefix)757 return RichTextLines(self._get_help_for_command_prefix(cmd_prefix))814 def _get_help_for_command_prefix(self, cmd_prefix): argument827 resolved_prefix = self._resolve_prefix(cmd_prefix)829 lines.append("Invalid command prefix: \"%s\"" % cmd_prefix)
597 cmd_prefix = 'prefix##'601 cmd_enum = [' ' + cmd_prefix + 'NONE = 0']611 cmd_name = cmd_prefix + end + cmd_match.group(2).upper()617 cmd_enum.append(' {}RANGE_SIZE = {}'.format(cmd_prefix, cmd_ordinal))