Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dparser.py652 class ArgSection(Section): class in QAPIDoc
670 self.args: Dict[str, QAPIDoc.ArgSection] = {}
671 self.features: Dict[str, QAPIDoc.ArgSection] = {}
718 desc: Dict[str, ArgSection]) -> None: argument
723 section = self.ArgSection(info, '@' + name)
743 self.args[member.name] = QAPIDoc.ArgSection(
773 args: Dict[str, QAPIDoc.ArgSection], what: str argument