Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dparser.py578 doc.new_tagged_section(self.info, match.group(1))
697 def new_tagged_section(self, info: QAPISourceInfo, tag: str) -> None: member in QAPIDoc