From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Kevin Wolf" <kwolf@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Daniel P . Berrangé" <berrange@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
qemu-block@nongnu.org, "Markus Armbruster" <armbru@redhat.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Hanna Reitz" <hreitz@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>, "John Snow" <jsnow@redhat.com>
Subject: [PULL 05/11] python/aqmp: squelch pylint warning for too many lines
Date: Mon, 7 Mar 2022 17:15:01 -0500 [thread overview]
Message-ID: <20220307221507.1218892-6-jsnow@redhat.com> (raw)
In-Reply-To: <20220307221507.1218892-1-jsnow@redhat.com>
I would really like to keep this under 1000 lines, I promise. Doesn't
look like it's gonna happen.
Signed-off-by: John Snow <jsnow@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20220225205948.3693480-6-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
---
python/qemu/aqmp/protocol.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/python/qemu/aqmp/protocol.py b/python/qemu/aqmp/protocol.py
index 56f05b9030..631bcdaa55 100644
--- a/python/qemu/aqmp/protocol.py
+++ b/python/qemu/aqmp/protocol.py
@@ -10,6 +10,9 @@
class.
"""
+# It's all the docstrings ... ! It's long for a good reason ^_^;
+# pylint: disable=too-many-lines
+
import asyncio
from asyncio import StreamReader, StreamWriter
from enum import Enum
--
2.34.1
next prev parent reply other threads:[~2022-03-07 22:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-07 22:14 [PULL 00/11] Python patches John Snow
2022-03-07 22:14 ` [PULL 01/11] python/aqmp: add _session_guard() John Snow
2022-03-07 22:14 ` [PULL 02/11] python/aqmp: rename 'accept()' to 'start_server_and_accept()' John Snow
2022-03-07 22:14 ` [PULL 03/11] python/aqmp: remove _new_session and _establish_connection John Snow
2022-03-07 22:15 ` [PULL 04/11] python/aqmp: split _client_connected_cb() out as _incoming() John Snow
2022-03-07 22:15 ` John Snow [this message]
2022-03-07 22:15 ` [PULL 06/11] python/aqmp: refactor _do_accept() into two distinct steps John Snow
2022-03-07 22:15 ` [PULL 07/11] python/aqmp: stop the server during disconnect() John Snow
2022-03-07 22:15 ` [PULL 08/11] python/aqmp: add start_server() and accept() methods John Snow
2022-03-07 22:15 ` [PULL 09/11] python/aqmp: fix race condition in legacy.py John Snow
2022-03-07 22:15 ` [PULL 10/11] python/aqmp: drop _bind_hack() John Snow
2022-03-07 22:15 ` [PULL 11/11] scripts/qmp-shell-wrap: Fix import path John Snow
2022-03-08 22:26 ` [PULL 00/11] Python patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220307221507.1218892-6-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=bleal@redhat.com \
--cc=crosa@redhat.com \
--cc=eduardo@habkost.net \
--cc=hreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).