Lines Matching refs:get
99 refnode["qapi:namespace"] = env.ref_context.get("qapi:namespace")
100 refnode["qapi:module"] = env.ref_context.get("qapi:module")
149 if node.get("qapi:array"):
153 if node.get("qapi:optional"):
188 namespace = self.options.get(
189 "namespace", self.env.ref_context.get("qapi:namespace", "")
191 modname = self.options.get(
192 "module", self.env.ref_context.get("qapi:module", "")
222 if not (fullname := signode.get("fullname", "")):
267 toc_parts = cast(Tuple[str, ...], sig_node.get("_toc_parts", ()))
276 if modname and modname != self.env.ref_context.get(
280 if namespace and namespace != self.env.ref_context.get(
288 return sig_node.get("fullname", name)
410 if self.options.get("ifcond", ""):
648 for node_id in cast(List[str], el.get("ids", ()))
965 namespace = node.get("qapi:namespace")
966 modname = node.get("qapi:module")
1021 node.get("qapi:namespace"), node.get("qapi:module"), target, None