mirror of https://github.com/xemu-project/xemu.git
![]() Mypy 0.930, released Dec 22, changes the way argparse objects are considered. Crafting a definition that works under Python 3.6 and an older mypy alongside newer versions simultaneously is ... difficult, so... eh. Stub it out with an 'Any' definition to get the CI moving again. Oh well. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Beraldo Leal <bleal@redhat.com> Message-id: 20220110191349.1841027-4-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com> |
||
---|---|---|
.. | ||
README.rst | ||
__init__.py | ||
py.typed | ||
qemu_ga_client.py | ||
qmp_shell.py | ||
qom.py | ||
qom_common.py | ||
qom_fuse.py |
README.rst
qemu.qmp package ================ This package provides a library used for connecting to and communicating with QMP servers. It is used extensively by iotests, vm tests, avocado tests, and other utilities in the ./scripts directory. It is not a fully-fledged SDK and is subject to change at any time. See the documentation in ``__init__.py`` for more information.