qemu-e2k/scripts/qapi
Markus Armbruster 6d133eef98 qapi: Fix QAPISchemaEntity.__repr__()
I messed it up on merge.  It's a debugging aid, so no impact on build.

Fixes: e307a8174b (qapi: provide a friendly string representation of QAPI classes)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20231024104841.1569250-1-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2023-11-13 10:36:51 +01:00
..
__init__.py
.flake8
.isort.cfg
commands.py
common.py
error.py
events.py
expr.py
gen.py qapi: re-establish linting baseline 2023-10-19 07:02:29 +02:00
introspect.py
main.py
mypy.ini Python: Drop support for Python 3.7 2023-09-07 13:32:37 +02:00
parser.py qapi: re-establish linting baseline 2023-10-19 07:02:29 +02:00
pylintrc
schema.py qapi: Fix QAPISchemaEntity.__repr__() 2023-11-13 10:36:51 +01:00
source.py
types.py
visit.py