diff options
author | John Snow | 2021-06-07 22:06:31 +0200 |
---|---|---|
committer | John Snow | 2021-06-18 22:10:07 +0200 |
commit | db12abc20859e93e802f668a2f744222c96ada63 (patch) | |
tree | 54179356eec7910f134e6833886aca45d54079c7 /python/qemu | |
parent | scripts/qmp-shell: Fix "FuzzyJSON" parser (diff) | |
download | qemu-db12abc20859e93e802f668a2f744222c96ada63.tar.gz qemu-db12abc20859e93e802f668a2f744222c96ada63.tar.xz qemu-db12abc20859e93e802f668a2f744222c96ada63.zip |
scripts/qmp-shell: refactor QMPCompleter
list is a generic type, but we expect to use strings directly. We could
subclass list[str], but pylint does not presently understand that
invocation.
Change this class to envelop a list instead of *being* a list, for
simpler mypy typing.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20210607200649.1840382-25-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/qemu')
0 files changed, 0 insertions, 0 deletions