Searched refs:ArgSection (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/scripts/qapi/ |
| H A D | parser.py | 666 class ArgSection(Section): class in QAPIDoc 692 self.args: Dict[str, QAPIDoc.ArgSection] = {} 693 self.features: Dict[str, QAPIDoc.ArgSection] = {} 755 desc: Dict[str, ArgSection] argument 761 section = self.ArgSection(info, kind, name) 784 section = QAPIDoc.ArgSection( 863 args: Dict[str, QAPIDoc.ArgSection], what: str argument
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 235 def visit_member(self, section: QAPIDoc.ArgSection) -> None: argument 249 def visit_feature(self, section: QAPIDoc.ArgSection) -> None: argument 374 assert isinstance(section, QAPIDoc.ArgSection) 377 assert isinstance(section, QAPIDoc.ArgSection)
|