Searched defs:ArgSection (Results 1 – 2 of 2) sorted by relevance
666 class ArgSection(Section): class in QAPIDoc755 desc: Dict[str, ArgSection] argument863 args: Dict[str, QAPIDoc.ArgSection], what: str
235 def visit_member(self, section: QAPIDoc.ArgSection) -> None:249 def visit_feature(self, section: QAPIDoc.ArgSection) -> None: