Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qapi/
H A Dschema.py96 doc.connect_feature(f)
750 doc.connect_feature(f)
789 doc.connect_feature(f)
H A Dparser.py747 def connect_feature(self, feature: 'QAPISchemaFeature') -> None: member in QAPIDoc