mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
autodrawer: Disable pylint warnings caused by gobject introspection
This commit is contained in:
parent
c1e0bec220
commit
e03f84ac7f
@ -29,6 +29,11 @@ from gi.repository import GLib
|
|||||||
from gi.repository import Gtk
|
from gi.repository import Gtk
|
||||||
# pylint: enable=E0611
|
# pylint: enable=E0611
|
||||||
|
|
||||||
|
# pylint: disable=E1101
|
||||||
|
# pylint can't detect functions we inheirit from Gtk, ex:
|
||||||
|
# OverBox.set_over: Instance of 'OverBox' has no 'remove' member
|
||||||
|
|
||||||
|
|
||||||
class OverBox(Gtk.Box):
|
class OverBox(Gtk.Box):
|
||||||
"""
|
"""
|
||||||
Implementation of an overlapping box
|
Implementation of an overlapping box
|
||||||
|
Loading…
Reference in New Issue
Block a user