qapi/parser: add type hint annotations
authorJohn Snow <jsnow@redhat.com>
Wed, 19 May 2021 18:39:48 +0000 (14:39 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 20 May 2021 09:28:28 +0000 (11:28 +0200)
commit810aff8f29dedbf4568f36462d2bfc3ef47f11e8
treea0835f7de5a779d77e2e27298893521beb379cca
parent03386200b90c68953e217baedd3716cdee9ed169
qapi/parser: add type hint annotations

Annotations do not change runtime behavior.
This commit *only* adds annotations.

(Annotations for QAPIDoc are in a forthcoming commit.)

Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210519183951.3946870-13-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi/parser.py