src/eric7/Snapshot/SnapshotDefaultGrabber.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10683
779cda568acb
child 11090
f5f5f5803935
diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/Snapshot/SnapshotDefaultGrabber.py
--- a/src/eric7/Snapshot/SnapshotDefaultGrabber.py	Tue Apr 23 09:29:13 2024 +0200
+++ b/src/eric7/Snapshot/SnapshotDefaultGrabber.py	Tue Apr 23 11:26:04 2024 +0200
@@ -58,9 +58,7 @@
             SnapshotModes.ELLIPSE,
         )
 
-    def grab(
-        self, mode, delay=0, captureCursor=False, captureDecorations=False  # noqa: U100
-    ):
+    def grab(self, mode, delay, _captureCursor, _captureDecorations):
         """
         Public method to perform a grab operation potentially after a delay.
 
@@ -68,9 +66,9 @@
         @type ScreenshotModes
         @param delay delay in seconds
         @type int
-        @param captureCursor flag indicating to include the mouse cursor (unused)
+        @param _captureCursor flag indicating to include the mouse cursor (unused)
         @type bool
-        @param captureDecorations flag indicating to include the window
+        @param _captureDecorations flag indicating to include the window
             decorations (unused)
         @type bool
         """

eric ide

mercurial