Re: [PATCH 2/5] python/qemu: Delint the qmp module

2020-01-30 Thread Philippe Mathieu-Daudé
On 12/27/19 2:40 PM, Wainer dos Santos Moschetta wrote: This clean up the pylint-3 report on qmp: * Module qemu.qmp python/qemu/qmp.py:1:0: C0111: Missing module docstring (missing-docstring) python/qemu/qmp.py:17:0: C0111: Missing class docstring (missing-docstring) python/qemu/qmp.

Re: [PATCH 2/5] python/qemu: Delint the qmp module

2020-01-08 Thread John Snow
On 12/27/19 8:40 AM, Wainer dos Santos Moschetta wrote: > This clean up the pylint-3 report on qmp: > > * Module qemu.qmp > python/qemu/qmp.py:1:0: C0111: Missing module docstring (missing-docstring) > python/qemu/qmp.py:17:0: C0111: Missing class docstring (missing-docstring) > pyt

[PATCH 2/5] python/qemu: Delint the qmp module

2019-12-27 Thread Wainer dos Santos Moschetta
This clean up the pylint-3 report on qmp: * Module qemu.qmp python/qemu/qmp.py:1:0: C0111: Missing module docstring (missing-docstring) python/qemu/qmp.py:17:0: C0111: Missing class docstring (missing-docstring) python/qemu/qmp.py:21:0: C0111: Missing class docstring (missing-docstring