Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
H A Dvisit.py77 if memb.optional and not memb.need_has():
99 if memb.need_has():
H A Devents.py63 if memb.need_has():
H A Dcommands.py70 if memb.need_has():
H A Dtypes.py147 if memb.need_has():
H A Dgen.py126 if memb.need_has():
H A Dschema.py957 def need_has(self) -> bool: member in QAPISchemaObjectTypeMember