Searched refs:visit_begin (Results 1 – 6 of 6) sorted by relevance
/qemu/scripts/qapi/ | ||
H A D | features.py | 27 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenFeatureVisitor |
H A D | commands.py | 346 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenCommandVisitor |
H A D | types.py | 316 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenTypeVisitor |
H A D | introspect.py | 188 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaGenIntrospectVisitor |
H A D | schema.py | 168 def visit_begin(self, schema: QAPISchema) -> None: member in QAPISchemaVisitor |
/qemu/docs/sphinx/ | ||
H A D | qapidoc.py | 595 vis.visit_begin(schema) |