]> git.proxmox.com Git - mirror_qemu.git/commit
qapi/schema: add type hints
authorJohn Snow <jsnow@redhat.com>
Fri, 15 Mar 2024 15:22:57 +0000 (16:22 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 24 Apr 2024 08:03:54 +0000 (10:03 +0200)
commit4ed3fe08222abcf4f3d15a9b810ded0790123b2e
treefb62d7487ca1eadeada544412e0d8272b12bff3b
parentd5e2f3d03c38db716b3f18927626facc8233830c
qapi/schema: add type hints

This patch only adds type hints, which aren't utilized at runtime and
don't change the behavior of this module in any way.

In a scant few locations, type hints are removed where no longer
necessary due to inference power from typing all of the rest of
creation; and any type hints that no longer need string quotes are
changed.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240315152301.3621858-22-armbru@redhat.com>
scripts/qapi/schema.py