diff options
author | 2024-03-15 16:22:48 +0100 | |
---|---|---|
committer | 2024-04-24 10:03:54 +0200 | |
commit | 7191400a44c4eef49d2af356e0744bfb5d273046 (patch) | |
tree | b975a3d5095657396b1383109cdd0c356f37283f /scripts/coverage/compare_gcov_json.py | |
parent | qapi/schema: assert resolve_type has 'info' and 'what' args on error (diff) | |
download | qemu-7191400a44c4eef49d2af356e0744bfb5d273046.tar.xz qemu-7191400a44c4eef49d2af356e0744bfb5d273046.zip |
qapi: Assert built-in types exist
QAPISchema.lookup_type('FOO') returns a QAPISchemaType when type 'FOO'
exists, else None. It won't return None for built-in types like
'int'.
Since mypy can't see that, it'll complain that we assign the
Optional[QAPISchemaType] returned by .lookup_type() to QAPISchemaType
variables.
Add assertions to help it over the hump.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240315152301.3621858-13-armbru@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'scripts/coverage/compare_gcov_json.py')
0 files changed, 0 insertions, 0 deletions