Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dparser.py666 class ArgSection(Section): class in QAPIDoc
755 desc: Dict[str, ArgSection] argument
863 args: Dict[str, QAPIDoc.ArgSection], what: str
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py235 def visit_member(self, section: QAPIDoc.ArgSection) -> None:
249 def visit_feature(self, section: QAPIDoc.ArgSection) -> None: