Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dschema.py617 def has_conditional_members(self) -> bool: member in QAPISchemaObjectType
1038 if self.arg_type.has_conditional_members() and not self.boxed:
1106 if self.arg_type.has_conditional_members() and not self.boxed: