We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7127c95 commit 3017aedCopy full SHA for 3017aed
GPUmodules/GPUmodule.py
@@ -66,6 +66,7 @@ class ObjDict(dict):
66
Allow access of dictionary keys by key name.
67
"""
68
# pylint: disable=attribute-defined-outside-init
69
+ # pylint: disable=too-many-instance-attributes
70
def __getattr__(self, name):
71
if name in self:
72
return self[name]
@@ -86,6 +87,7 @@ class GpuItem:
86
87
"""An object to store GPU details.
88
89
90
91
_finalized = False
92
_button_labels = {'loading': 'Load%',
93
'power': 'Power',
0 commit comments