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 2a21aa0 commit abb0b92Copy full SHA for abb0b92
mss.py
@@ -185,7 +185,7 @@ def enum_display_monitors(self):
185
'height': the height
186
}
187
'''
188
- return NotImplemented
+ raise NotImplementedError('Subclasses need to implement this!')
189
190
def get_pixels(self, monitor_infos):
191
''' Retrieve screen pixels for a given monitor.
@@ -200,7 +200,7 @@ def get_pixels(self, monitor_infos):
200
201
Returns a dict with pixels.
202
203
204
205
def save(self,
206
output='screenshot-%d.png',
0 commit comments