Re: [PATCH 11/20] python/qemu: Add mypy type annotations

2020-10-07 Thread John Snow
On 10/7/20 6:46 AM, Kevin Wolf wrote: Am 07.10.2020 um 01:58 hat John Snow geschrieben: These should all be purely annotations with no changes in behavior at all. You need to be in the python folder, but you should be able to confirm that these annotations are correct (or at least self-consisten

Re: [PATCH 11/20] python/qemu: Add mypy type annotations

2020-10-07 Thread Kevin Wolf
Am 07.10.2020 um 01:58 hat John Snow geschrieben: > These should all be purely annotations with no changes in behavior at > all. You need to be in the python folder, but you should be able to > confirm that these annotations are correct (or at least self-consistent) > by running `mypy --strict qemu

[PATCH 11/20] python/qemu: Add mypy type annotations

2020-10-06 Thread John Snow
These should all be purely annotations with no changes in behavior at all. You need to be in the python folder, but you should be able to confirm that these annotations are correct (or at least self-consistent) by running `mypy --strict qemu`. Signed-off-by: John Snow --- python/qemu/accel.py