projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8f199
)
qapi/parser: shush up pylint
author
John Snow
<jsnow@redhat.com>
Fri, 15 Mar 2024 15:22:38 +0000
(16:22 +0100)
committer
Markus Armbruster
<armbru@redhat.com>
Wed, 24 Apr 2024 08:03:54 +0000
(10:03 +0200)
Shhh!
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <
20240315152301
.
3621858
-3-armbru@redhat.com>
scripts/qapi/parser.py
patch
|
blob
|
history
diff --git
a/scripts/qapi/parser.py
b/scripts/qapi/parser.py
index fed88e9074d62e57cc5e4e35904b7c897045eef0..ec4ebef4e337eeefae744d363463a0b36e0d4d19 100644
(file)
--- a/
scripts/qapi/parser.py
+++ b/
scripts/qapi/parser.py
@@
-607,6
+607,7
@@
class QAPIDoc:
"""
class Section:
+ # pylint: disable=too-few-public-methods
def __init__(self, info: QAPISourceInfo,
tag: Optional[str] = None):
# section source info, i.e. where it begins