Sat, 20 Apr 2024 18:02:35 +0200
Regenerated source code documentation.
--- a/src/eric7/APIs/Python3/eric7.api Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/APIs/Python3/eric7.api Sat Apr 20 18:02:35 2024 +0200 @@ -39,7 +39,7 @@ eric7.CodeFormatting.BlackUtilities.compileRegExp?4(regexp) eric7.CodeFormatting.BlackUtilities.getDefaultConfiguration?4() eric7.CodeFormatting.BlackUtilities.validateRegExp?4(regexp) -eric7.CodeFormatting.FormattingDiffWidget.FormattingDiffWidget.closeEvent?4(evt) +eric7.CodeFormatting.FormattingDiffWidget.FormattingDiffWidget.closeEvent?4(_evt) eric7.CodeFormatting.FormattingDiffWidget.FormattingDiffWidget.showDiff?4(diff) eric7.CodeFormatting.FormattingDiffWidget.FormattingDiffWidget?1(parent=None) eric7.CodeFormatting.IsortConfigurationDialog.IsortConfigurationDialog.getConfiguration?4(saveToProject=False) @@ -352,8 +352,8 @@ eric7.DebugClients.Python.DebugBase.DebugBase.move_instruction_pointer?4(lineno) eric7.DebugClients.Python.DebugBase.DebugBase.pathsToSkip?7 eric7.DebugClients.Python.DebugBase.DebugBase.pollTimerEnabled?7 -eric7.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, arg) -eric7.DebugClients.Python.DebugBase.DebugBase.profileWithRecursion?4(frame, event, arg) +eric7.DebugClients.Python.DebugBase.DebugBase.profile?4(frame, event, _arg) +eric7.DebugClients.Python.DebugBase.DebugBase.profileWithRecursion?4(frame, event, _arg) eric7.DebugClients.Python.DebugBase.DebugBase.run?4(cmd, globalsDict=None, localsDict=None, debug=True, closeSession=True) eric7.DebugClients.Python.DebugBase.DebugBase.setRecursionDepth?4(frame) eric7.DebugClients.Python.DebugBase.DebugBase.set_continue?4(special) @@ -487,7 +487,7 @@ eric7.DebugClients.Python.FlexCompleter.get_class_members?4(klass) eric7.DebugClients.Python.ModuleLoader.ModuleLoader.create_module?4(spec) eric7.DebugClients.Python.ModuleLoader.ModuleLoader.exec_module?4(module) -eric7.DebugClients.Python.ModuleLoader.ModuleLoader.find_spec?4(fullname, path, target=None) +eric7.DebugClients.Python.ModuleLoader.ModuleLoader.find_spec?4(fullname, _path, target=None) eric7.DebugClients.Python.ModuleLoader.ModuleLoader?1(debugClient) eric7.DebugClients.Python.MultiProcessDebugExtension._debugClient?8 eric7.DebugClients.Python.MultiProcessDebugExtension._shallPatch?5() @@ -593,7 +593,7 @@ eric7.Debugger.BreakPointModel.BreakPointModel.headerData?4(section, orientation, role=Qt.ItemDataRole.DisplayRole) eric7.Debugger.BreakPointModel.BreakPointModel.index?4(row, column, parent=None) eric7.Debugger.BreakPointModel.BreakPointModel.isBreakPointTemporaryByIndex?4(index) -eric7.Debugger.BreakPointModel.BreakPointModel.parent?4(index) +eric7.Debugger.BreakPointModel.BreakPointModel.parent?4(_index) eric7.Debugger.BreakPointModel.BreakPointModel.rowCount?4(parent=None) eric7.Debugger.BreakPointModel.BreakPointModel.setBreakPointByIndex?4(index, fn, line, properties) eric7.Debugger.BreakPointModel.BreakPointModel.setBreakPointEnabledByIndex?4(index, enabled) @@ -718,7 +718,7 @@ eric7.Debugger.DebugServer.DebugServer.signalClientCapabilities?4(capabilities, clientType, venvName) eric7.Debugger.DebugServer.DebugServer.signalClientClearBreak?4(filename, lineno, debuggerId) eric7.Debugger.DebugServer.DebugServer.signalClientClearWatch?4(condition, debuggerId) -eric7.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text, debuggerId) +eric7.Debugger.DebugServer.DebugServer.signalClientCompletionList?4(completionList, text, _debuggerId) eric7.Debugger.DebugServer.DebugServer.signalClientDebuggerId?4(debuggerId) eric7.Debugger.DebugServer.DebugServer.signalClientDisassembly?4(disassembly, debuggerId) eric7.Debugger.DebugServer.DebugServer.signalClientDisconnected?4(debuggerId) @@ -995,7 +995,7 @@ eric7.Debugger.WatchPointModel.WatchPointModel.hasChildren?4(parent=None) eric7.Debugger.WatchPointModel.WatchPointModel.headerData?4(section, orientation, role=Qt.ItemDataRole.DisplayRole) eric7.Debugger.WatchPointModel.WatchPointModel.index?4(row, column, parent=None) -eric7.Debugger.WatchPointModel.WatchPointModel.parent?4(index) +eric7.Debugger.WatchPointModel.WatchPointModel.parent?4(_index) eric7.Debugger.WatchPointModel.WatchPointModel.rowCount?4(parent=None) eric7.Debugger.WatchPointModel.WatchPointModel.setWatchPointByIndex?4(index, cond, special, properties) eric7.Debugger.WatchPointModel.WatchPointModel.setWatchPointEnabledByIndex?4(index, enabled) @@ -1111,7 +1111,7 @@ eric7.EricCore.EricTreeSortFilterProxyModel.EricTreeSortFilterProxyModel?1(parent=None) eric7.EricGraphics.EricArrowItem.ArrowheadAngleFactor?7 eric7.EricGraphics.EricArrowItem.EricArrowItem.boundingRect?4() -eric7.EricGraphics.EricArrowItem.EricArrowItem.paint?4(painter, option, widget=None) +eric7.EricGraphics.EricArrowItem.EricArrowItem.paint?4(painter, option, _widget=None) eric7.EricGraphics.EricArrowItem.EricArrowItem.setEndPoint?4(x, y) eric7.EricGraphics.EricArrowItem.EricArrowItem.setPoints?4(xa, ya, xb, yb) eric7.EricGraphics.EricArrowItem.EricArrowItem.setStartPoint?4(x, y) @@ -2071,8 +2071,8 @@ eric7.Globals.versionIsValid?4(version) eric7.Globals.versionToTuple?4(version) eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.buildDiagram?4() -eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.fromDict?4(version, data) -eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.parsePersistenceData?4(version, data) +eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.fromDict?4(_version, data) +eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.parsePersistenceData?4(_version, data) eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.toDict?4() eric7.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder?1(dialog, view, project, noModules=False) eric7.Graphics.AssociationItem.AssociationItem.fromDict?4(data, umlItems, colors=None) @@ -2097,8 +2097,8 @@ eric7.Graphics.ClassItem.ClassItem.ItemType?7 eric7.Graphics.ClassItem.ClassItem.fromDict?4(data, colors=None) eric7.Graphics.ClassItem.ClassItem.isExternal?4() -eric7.Graphics.ClassItem.ClassItem.paint?4(painter, option, widget=None) -eric7.Graphics.ClassItem.ClassItem.parseItemDataString?4(version, data) +eric7.Graphics.ClassItem.ClassItem.paint?4(painter, option, _widget=None) +eric7.Graphics.ClassItem.ClassItem.parseItemDataString?4(_version, data) eric7.Graphics.ClassItem.ClassItem.setModel?4(model) eric7.Graphics.ClassItem.ClassItem.toDict?4() eric7.Graphics.ClassItem.ClassItem?1(model=None, external=False, x=0, y=0, rounded=False, noAttrs=False, colors=None, parent=None, scene=None, ) @@ -2112,15 +2112,15 @@ eric7.Graphics.GraphicsUtilities._buildChildrenLists?5(routes) eric7.Graphics.GraphicsUtilities.sort?4(nodes, routes, noRecursion=False) eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.buildDiagram?4() -eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.fromDict?4(version, data) +eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.fromDict?4(_version, data) eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.initialize?4() -eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.parsePersistenceData?4(version, data) +eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.parsePersistenceData?4(_version, data) eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder.toDict?4() eric7.Graphics.ImportsDiagramBuilder.ImportsDiagramBuilder?1(dialog, view, project, package, showExternalImports=False) eric7.Graphics.ModuleItem.ModuleItem.ItemType?7 eric7.Graphics.ModuleItem.ModuleItem.fromDict?4(data, colors=None) -eric7.Graphics.ModuleItem.ModuleItem.paint?4(painter, option, widget=None) -eric7.Graphics.ModuleItem.ModuleItem.parseItemDataString?4(version, data) +eric7.Graphics.ModuleItem.ModuleItem.paint?4(painter, option, _widget=None) +eric7.Graphics.ModuleItem.ModuleItem.parseItemDataString?4(_version, data) eric7.Graphics.ModuleItem.ModuleItem.setModel?4(model) eric7.Graphics.ModuleItem.ModuleItem.toDict?4() eric7.Graphics.ModuleItem.ModuleItem?1(model=None, x=0, y=0, rounded=False, colors=None, parent=None, scene=None) @@ -2128,15 +2128,15 @@ eric7.Graphics.ModuleItem.ModuleModel.getClasses?4() eric7.Graphics.ModuleItem.ModuleModel?1(name, classlist=None) eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.buildDiagram?4() -eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.fromDict?4(version, data) +eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.fromDict?4(_version, data) eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.initialize?4() -eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.parsePersistenceData?4(version, data) +eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.parsePersistenceData?4(_version, data) eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder.toDict?4() eric7.Graphics.PackageDiagramBuilder.PackageDiagramBuilder?1(dialog, view, project, package, noAttrs=False) eric7.Graphics.PackageItem.PackageItem.ItemType?7 eric7.Graphics.PackageItem.PackageItem.fromDict?4(data, colors=None) -eric7.Graphics.PackageItem.PackageItem.paint?4(painter, option, widget=None) -eric7.Graphics.PackageItem.PackageItem.parseItemDataString?4(version, data) +eric7.Graphics.PackageItem.PackageItem.paint?4(painter, option, _widget=None) +eric7.Graphics.PackageItem.PackageItem.parseItemDataString?4(_version, data) eric7.Graphics.PackageItem.PackageItem.setModel?4(model) eric7.Graphics.PackageItem.PackageItem.toDict?4() eric7.Graphics.PackageItem.PackageItem?1(model=None, x=0, y=0, rounded=False, noModules=False, colors=None, parent=None, scene=None, ) @@ -2159,9 +2159,9 @@ eric7.Graphics.SvgDiagram.SvgDiagram.wheelEvent?4(evt) eric7.Graphics.SvgDiagram.SvgDiagram?1(svgFile, parent=None, name=None) eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.buildDiagram?4() -eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.fromDict?4(version, data) +eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.fromDict?4(_version, data) eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.initialize?4() -eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.parsePersistenceData?4(version, data) +eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.parsePersistenceData?4(_version, data) eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder.toDict?4() eric7.Graphics.UMLClassDiagramBuilder.UMLClassDiagramBuilder?1(dialog, view, project, file, noAttrs=False) eric7.Graphics.UMLDiagramBuilder.UMLDiagramBuilder.buildDiagram?4() @@ -2187,7 +2187,7 @@ eric7.Graphics.UMLGraphicsView.UMLGraphicsView.filteredItems?4(items, itemType=UMLItem) eric7.Graphics.UMLGraphicsView.UMLGraphicsView.findItem?4(itemId) eric7.Graphics.UMLGraphicsView.UMLGraphicsView.findItemByName?4(name) -eric7.Graphics.UMLGraphicsView.UMLGraphicsView.fromDict?4(version, data) +eric7.Graphics.UMLGraphicsView.UMLGraphicsView.fromDict?4(_version, data) eric7.Graphics.UMLGraphicsView.UMLGraphicsView.gestureEvent?4(evt) eric7.Graphics.UMLGraphicsView.UMLGraphicsView.getItemId?4() eric7.Graphics.UMLGraphicsView.UMLGraphicsView.initToolBar?4() @@ -2213,8 +2213,8 @@ eric7.Graphics.UMLItem.UMLItem.getName?4() eric7.Graphics.UMLItem.UMLItem.itemChange?4(change, value) eric7.Graphics.UMLItem.UMLItem.moveBy?4(dx, dy) -eric7.Graphics.UMLItem.UMLItem.paint?4(painter, option, widget=None) -eric7.Graphics.UMLItem.UMLItem.parseItemDataString?4(version, data) +eric7.Graphics.UMLItem.UMLItem.paint?4(painter, option, _widget=None) +eric7.Graphics.UMLItem.UMLItem.parseItemDataString?4(_version, _data) eric7.Graphics.UMLItem.UMLItem.removeAssociation?4(assoc) eric7.Graphics.UMLItem.UMLItem.removeAssociations?4() eric7.Graphics.UMLItem.UMLItem.setId?4(itemId) @@ -2595,7 +2595,7 @@ eric7.JediInterface.JediServer.JediServer.activate?4() eric7.JediInterface.JediServer.JediServer.deactivate?4() eric7.JediInterface.JediServer.JediServer.forgetEditor?4(editor) -eric7.JediInterface.JediServer.JediServer.getCallTips?4(editor, pos, commas) +eric7.JediInterface.JediServer.JediServer.getCallTips?4(editor, _pos, _commas) eric7.JediInterface.JediServer.JediServer.gotoDefinition?4(editor) eric7.JediInterface.JediServer.JediServer.handleCall?4(method, params) eric7.JediInterface.JediServer.JediServer.handleNewConnection?4() @@ -2606,7 +2606,7 @@ eric7.JediInterface.JediServer.JediServer.refactoringInlineVariable?4() eric7.JediInterface.JediServer.JediServer.refactoringRenameVariable?4() eric7.JediInterface.JediServer.JediServer.requestCodeDocumentation?4(editor) -eric7.JediInterface.JediServer.JediServer.requestCompletions?4(editor, context, acText) +eric7.JediInterface.JediServer.JediServer.requestCompletions?4(editor, _context, acText) eric7.JediInterface.JediServer.JediServer?1(viewManager, project, ui) eric7.JediInterface.RefactoringPreviewDialog.RefactoringPreviewDialog?1(title, diff, parent=None) eric7.MicroPython.AddEditDevicesDialog.AddEditDevicesDialog.getDeviceDict?4() @@ -2707,10 +2707,10 @@ eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.startAccessPoint?4(ssid, security=None, password=None, hostname=None, ifconfig=None, ) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.stopAccessPoint?4() eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.supportsLocalFileAccess?4() -eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.writeCredentials?4(ssid, password, hostname, country) +eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.writeCredentials?4(ssid, password, hostname, _country) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice.writeLanAutoConnect?4(config, hostname) eric7.MicroPython.Devices.CircuitPythonDevices.CircuitPythonDevice?1(microPythonWidget, deviceType, boardName, vid=0, pid=0, hasWorkspace=True, parent=None, ) -eric7.MicroPython.Devices.CircuitPythonDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.CircuitPythonDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, _serialNumber) eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.CircuitPythonUpdaterInterface.installCircup?4() eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.CircuitPythonUpdaterInterface.populateMenu?4(menu) eric7.MicroPython.Devices.CircuitPythonUpdater.CircuitPythonUpdaterInterface.CircuitPythonUpdaterInterface?1(device, parent=None) @@ -2828,7 +2828,7 @@ eric7.MicroPython.Devices.DeviceBase.BaseDevice.stopAccessPoint?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.submitMode?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.supportsLocalFileAccess?4() -eric7.MicroPython.Devices.DeviceBase.BaseDevice.syncTime?4(deviceType, hasCPy=False) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.syncTime?4(_deviceType, hasCPy=False) eric7.MicroPython.Devices.DeviceBase.BaseDevice.upipInstall?4(packages) eric7.MicroPython.Devices.DeviceBase.BaseDevice.writeCredentials?4(ssid, password, hostname, country) eric7.MicroPython.Devices.DeviceBase.BaseDevice.writeLanAutoConnect?4(config, hostname) @@ -2873,7 +2873,7 @@ eric7.MicroPython.Devices.EspDevices.EspDevice.stopAccessPoint?4() eric7.MicroPython.Devices.EspDevices.EspDevice.writeCredentials?4(ssid, password, hostname, country) eric7.MicroPython.Devices.EspDevices.EspDevice?1(microPythonWidget, deviceType, parent=None) -eric7.MicroPython.Devices.EspDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.EspDevices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber) eric7.MicroPython.Devices.EspDevices.eraseFlash?4(port) eric7.MicroPython.Devices.EspDevices.flashAddonFirmware?4(port) eric7.MicroPython.Devices.EspDevices.flashPythonFirmware?4(port) @@ -2908,7 +2908,7 @@ eric7.MicroPython.Devices.GenericMicroPythonDevices.GenericMicroPythonDevice.setButtons?4() eric7.MicroPython.Devices.GenericMicroPythonDevices.GenericMicroPythonDevice.supportsLocalFileAccess?4() eric7.MicroPython.Devices.GenericMicroPythonDevices.GenericMicroPythonDevice?1(microPythonWidget, deviceType, vid, pid, parent=None) -eric7.MicroPython.Devices.GenericMicroPythonDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.GenericMicroPythonDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, _boardName, _serialNumber) eric7.MicroPython.Devices.IgnoredBoards?7 eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice._getSetTimeCode?5() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.activateBluetoothInterface?4() @@ -2934,7 +2934,7 @@ eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.setButtons?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.setConnected?4(connected) eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice?1(microPythonWidget, deviceType, serialNumber, parent=None) -eric7.MicroPython.Devices.MicrobitDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.MicrobitDevices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, serialNumber) eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.DeviceVolumeName?7 eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.FlashInstructionsURL?7 eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice._getSetTimeCode?5() @@ -2953,7 +2953,7 @@ eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.setButtons?4() eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.supportsLocalFileAccess?4() eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice?1(microPythonWidget, deviceType, parent=None) -eric7.MicroPython.Devices.PyBoardDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.PyBoardDevices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber) eric7.MicroPython.Devices.RP2040Devices.RP2040Device._getSetTimeCode?5() eric7.MicroPython.Devices.RP2040Devices.RP2040Device.activateBluetoothInterface?4() eric7.MicroPython.Devices.RP2040Devices.RP2040Device.addDeviceMenuEntries?4(menu) @@ -3002,7 +3002,7 @@ eric7.MicroPython.Devices.RP2040Devices.RP2040Device.writeCredentials?4(ssid, password, hostname, country) eric7.MicroPython.Devices.RP2040Devices.RP2040Device.writeLanAutoConnect?4(config, hostname) eric7.MicroPython.Devices.RP2040Devices.RP2040Device?1(microPythonWidget, deviceType, parent=None) -eric7.MicroPython.Devices.RP2040Devices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.RP2040Devices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber) eric7.MicroPython.Devices.STLinkDevices.STLinkDevice.DeviceVolumeName?7 eric7.MicroPython.Devices.STLinkDevices.STLinkDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.STLinkDevices.STLinkDevice.canRunScript?4() @@ -3019,7 +3019,7 @@ eric7.MicroPython.Devices.STLinkDevices.STLinkDevice.setButtons?4() eric7.MicroPython.Devices.STLinkDevices.STLinkDevice.supportsLocalFileAccess?4() eric7.MicroPython.Devices.STLinkDevices.STLinkDevice?1(microPythonWidget, deviceType, parent=None) -eric7.MicroPython.Devices.STLinkDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.STLinkDevices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber) eric7.MicroPython.Devices.SupportedBoards?7 eric7.MicroPython.Devices.TeensyDevices.TeensyDevice._getSetTimeCode?5() eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.addDeviceMenuEntries?4(menu) @@ -3034,7 +3034,7 @@ eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.runScript?4(script) eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.setButtons?4() eric7.MicroPython.Devices.TeensyDevices.TeensyDevice?1(microPythonWidget, deviceType, parent=None) -eric7.MicroPython.Devices.TeensyDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.TeensyDevices.createDevice?4(microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber) eric7.MicroPython.Devices.TeensyDevices.showTeensyFlashInstructions?4() eric7.MicroPython.Devices.TeensyDevices.startTeensyLoader?4() eric7.MicroPython.Devices.getDevice?4(deviceType, microPythonWidget, vid, pid, boardName="", serialNumber="") @@ -3175,7 +3175,7 @@ eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.connectToDevice?4(connection) eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.disconnectFromDevice?4() eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.execute?4(commands, *, mode="raw", timeout=0) -eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.executeAsync?4(commandsList, submitMode) +eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.executeAsync?4(commandsList, _submitMode) eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.handlePreferencesChanged?4() eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.isConnected?4() eric7.MicroPython.MicroPythonWebreplDeviceInterface.MicroPythonWebreplDeviceInterface.probeDevice?4() @@ -3239,7 +3239,7 @@ eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.shutdown?4() eric7.MicroPython.MicroPythonWidget.MicroPythonWidget?1(parent=None, forMPyWindow=False) eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.activeWindow?4() -eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.addSideWidget?4(side, widget, icon, label, ) +eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.addSideWidget?4(_side, widget, icon, label, ) eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.closeEvent?4(evt) eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.editorCountChanged?7 eric7.MicroPython.MicroPythonWindow.MicroPythonWindow.getEditor?4(fn) @@ -3673,7 +3673,7 @@ eric7.PdfViewer.PdfSearchWidget.PdfSearchWidget.searchResult?7 eric7.PdfViewer.PdfSearchWidget.PdfSearchWidget.searchResultActivated?7 eric7.PdfViewer.PdfSearchWidget.PdfSearchWidget?1(document, parent=None) -eric7.PdfViewer.PdfToCWidget.PdfToCModel.columnCount?4(index) +eric7.PdfViewer.PdfToCWidget.PdfToCModel.columnCount?4(_index) eric7.PdfViewer.PdfToCWidget.PdfToCModel.data?4(index, role) eric7.PdfViewer.PdfToCWidget.PdfToCModel?1(parent) eric7.PdfViewer.PdfToCWidget.PdfToCWidget.topicActivated?7 @@ -3858,7 +3858,7 @@ eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.ClassPrefix?7 eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.getResults?4() eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.handle_data?4(data) -eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.handle_endtag?4(tag) +eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.handle_endtag?4(_tag) eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser.handle_starttag?4(tag, attrs) eric7.PipInterface.PipPackagesWidget.PypiSearchResultsParser?1(data) eric7.PipInterface.PipPackagesWindow.PipPackagesWindow?1(parent=None) @@ -3966,7 +3966,7 @@ eric7.PluginManager.PluginManager.PluginManager.activatePlugin?4(name, onDemand=False) eric7.PluginManager.PluginManager.PluginManager.activatePlugins?4() eric7.PluginManager.PluginManager.PluginManager.allPlugginsActivated?7 -eric7.PluginManager.PluginManager.PluginManager.checkPluginEntry?4(name, short, description, url, author, version, filename, status, category, ) +eric7.PluginManager.PluginManager.PluginManager.checkPluginEntry?4(_name, _short, _description, url, _author, version, filename, _status, _category, ) eric7.PluginManager.PluginManager.PluginManager.checkPluginUpdatesAvailable?4() eric7.PluginManager.PluginManager.PluginManager.clearPluginsPrivateData?4(type_) eric7.PluginManager.PluginManager.PluginManager.deactivatePlugin?4(name, onDemand=False) @@ -4030,7 +4030,7 @@ eric7.PluginManager.PluginRepositoryDialog.PluginStatus.RemoteUpdate?7 eric7.PluginManager.PluginRepositoryDialog.PluginStatus.UpToDate?7 eric7.PluginManager.PluginRepositoryDialog.SSL_AVAILABLE?7 -eric7.PluginManager.PluginRepositoryDialog.registerPlugin?4(name, short, description, url, author, version, filename, status, category, ) +eric7.PluginManager.PluginRepositoryDialog.registerPlugin?4(_name, _short, _description, url, _author, _version, _filename, _status, _category, ) eric7.PluginManager.PluginUninstallDialog.PluginUninstallDialog?1(pluginManager, parent=None) eric7.PluginManager.PluginUninstallDialog.PluginUninstallWidget.accepted?7 eric7.PluginManager.PluginUninstallDialog.PluginUninstallWidget.on_buttonBox_accepted?4() @@ -4157,7 +4157,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.ignoreCode?4(errorCode, lineFlags) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.initBatchService?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.initService?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.securityOk?4(errorCode, lineFlags) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.securityOk?4(_errorCode, lineFlags) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.workerTask?4(inputQueue, outputQueue) eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.argsRole?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.CodeStyleCheckerDialog.availableFutures?7 @@ -4464,7 +4464,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.PathLib.PathlibChecker.PathlibVisitor.visit_ImportFrom?4(node) eric7.Plugins.CheckerPlugins.CodeStyleChecker.PathLib.PathlibChecker.PathlibVisitor?1(checkCallback) eric7.Plugins.CheckerPlugins.CodeStyleChecker.PathLib.translations._pathlibMessages?8 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.checkAssertUsed?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.checkAssertUsed?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.AWS_ACCESS_KEY_ID_MAX_ENTROPY?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.AWS_ACCESS_KEY_ID_REGEX?7 @@ -4472,43 +4472,43 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.AWS_SECRET_ACCESS_KEY_MAX_ENTROPY?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.AWS_SECRET_ACCESS_KEY_REGEX?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.AWS_SECRET_ACCESS_KEY_SYMBOLS?7 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.checkHardcodedAwsKey?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.checkHardcodedAwsKey?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.shannonEntropy?4(data, symbols) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.checkNoCertificateValidation?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.checkNoCertificateValidation?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.checkDjangoExtraUsed?4(reportError, context, config) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.checkDjangoRawSqlUsed?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.checkDjangoExtraUsed?4(reportError, context, _config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.checkDjangoRawSqlUsed?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.keywords2dict?4(keywords) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.DeepAssignation.isAssigned?4(node) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.DeepAssignation.isAssignedIn?4(items) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.DeepAssignation?1(varName, ignoreNodes=None) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.checkDjangoXssVulnerability?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.checkDjangoXssVulnerability?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.checkPotentialRisk?4(reportError, node) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.evaluateCall?4(call, parent, ignoreNodes=None) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.evaluateVar?4(xssVar, parent, until, ignoreNodes=None) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.transform2call?4(var) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.checkExecUsed?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.checkExecUsed?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.checkFlaskDebug?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.checkFlaskDebug?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.checkBindAllInterfaces?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.checkBindAllInterfaces?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions._statIsDangerous?5(mode) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.checkFilePermissions?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.checkFilePermissions?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.RE_CANDIDATES?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.RE_WORDS?7 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsDefault?4(reportError, context, config) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsFunctionArg?4(reportError, context, config) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsString?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsDefault?4(reportError, context, _config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsFunctionArg?4(reportError, context, _config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.checkHardcodedPasswordAsString?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedTmp.checkHardcodedTmpDirectory?4(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedTmp.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generateCheckersDict?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.checkParamikoCalls?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.checkParamikoCalls?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell._evaluateShellCall?5(context) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.checkOtherFunctionWithShell?4(reportError, context, config) @@ -4523,7 +4523,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.SIMPLE_SQL_RE?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql._checkString?5(data) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql._evaluateAst?5(node) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.checkHardcodedSqlExpressions?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.checkHardcodedSqlExpressions?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionWildcard.checkLinuxCommandsWildcardInjection?4(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionWildcard.getChecks?4() @@ -4534,30 +4534,30 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureHashlibNew.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.checkInsecureSslDefaults?4(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.checkInsecureSslProtocolVersion?4(reportError, context, config) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.checkSslWithoutVersion?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.checkSslWithoutVersion?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.checkJinja2Autoescape?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.checkJinja2Autoescape?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.loggingConfigInsecureListen.checkLoggingConfigListen?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.loggingConfigInsecureListen.checkLoggingConfigListen?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.loggingConfigInsecureListen.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.checkMakoTemplateUsage?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.checkMakoTemplateUsage?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls._prohibitedCalls?8 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls.checkProhibitedCalls?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls.checkProhibitedCalls?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports._prohibitedImports?8 -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports.checkProhibitedImports?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports.checkProhibitedImports?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.checkRequestWithouTimeout?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.checkRequestWithouTimeout?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.checkInsecureVersion?4(reportError, context, config) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.checkWeakCryptography?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.checkInsecureVersion?4(reportError, context, _config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.checkWeakCryptography?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.checkSshNoHostKeyVerification?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.checkSshNoHostKeyVerification?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers._getMembersValue?5(context) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers._isFilterData?5(context) -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers.checkTarfileUnsafeMembers?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers.checkTarfileUnsafeMembers?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.checkContextlibSuppress?4(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.checkTryExceptContinue?4(reportError, context, config) @@ -4568,7 +4568,7 @@ eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey._weakCryptoKeySizePycrypto?5(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.checkWeakCryptographicKey?4(reportError, context, config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.getChecks?4() -eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.checkYamlLoad?4(reportError, context, config) +eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.checkYamlLoad?4(reportError, context, _config) eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.getChecks?4() eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.SecurityChecker.Codes?7 eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.SecurityChecker.getConfig?4() @@ -5070,7 +5070,7 @@ eric7.Plugins.PluginTranslator.TranslatorPlugin.setPreferences?4(key, value) eric7.Plugins.PluginTranslator.TranslatorPlugin.updateLanguages?7 eric7.Plugins.PluginTranslator.TranslatorPlugin?1(ui) -eric7.Plugins.PluginTranslator.createTranslatorPage?4(configDlg) +eric7.Plugins.PluginTranslator.createTranslatorPage?4(_configDlg) eric7.Plugins.PluginTranslator.error?7 eric7.Plugins.PluginTranslator.getConfigData?4() eric7.Plugins.PluginTranslator.prepareUninstall?4() @@ -5087,7 +5087,7 @@ eric7.Plugins.PluginVcsGit.VcsGitPlugin.setPreferences?4(key, value) eric7.Plugins.PluginVcsGit.VcsGitPlugin?1(ui) eric7.Plugins.PluginVcsGit.clearPrivateData?4() -eric7.Plugins.PluginVcsGit.createConfigurationPage?4(configDlg) +eric7.Plugins.PluginVcsGit.createConfigurationPage?4(_configDlg) eric7.Plugins.PluginVcsGit.displayString?4() eric7.Plugins.PluginVcsGit.error?7 eric7.Plugins.PluginVcsGit.exeDisplayData?4() @@ -5108,7 +5108,7 @@ eric7.Plugins.PluginVcsMercurial.VcsMercurialPlugin.setPreferences?4(key, value) eric7.Plugins.PluginVcsMercurial.VcsMercurialPlugin?1(ui) eric7.Plugins.PluginVcsMercurial.clearPrivateData?4() -eric7.Plugins.PluginVcsMercurial.createConfigurationPage?4(configDlg) +eric7.Plugins.PluginVcsMercurial.createConfigurationPage?4(_configDlg) eric7.Plugins.PluginVcsMercurial.displayString?4() eric7.Plugins.PluginVcsMercurial.error?7 eric7.Plugins.PluginVcsMercurial.exeDisplayData?4() @@ -5127,7 +5127,7 @@ eric7.Plugins.PluginVcsPySvn.VcsPySvnPlugin.prepareUnload?4() eric7.Plugins.PluginVcsPySvn.VcsPySvnPlugin.setPreferences?4(key, value) eric7.Plugins.PluginVcsPySvn.VcsPySvnPlugin?1(ui) -eric7.Plugins.PluginVcsPySvn.createConfigurationPage?4(configDlg) +eric7.Plugins.PluginVcsPySvn.createConfigurationPage?4(_configDlg) eric7.Plugins.PluginVcsPySvn.displayString?4() eric7.Plugins.PluginVcsPySvn.error?7 eric7.Plugins.PluginVcsPySvn.exeDisplayData?4() @@ -5146,7 +5146,7 @@ eric7.Plugins.PluginVcsSubversion.VcsSubversionPlugin.prepareUnload?4() eric7.Plugins.PluginVcsSubversion.VcsSubversionPlugin.setPreferences?4(key, value) eric7.Plugins.PluginVcsSubversion.VcsSubversionPlugin?1(ui) -eric7.Plugins.PluginVcsSubversion.createConfigurationPage?4(configDlg) +eric7.Plugins.PluginVcsSubversion.createConfigurationPage?4(_configDlg) eric7.Plugins.PluginVcsSubversion.displayString?4() eric7.Plugins.PluginVcsSubversion.error?7 eric7.Plugins.PluginVcsSubversion.exeDisplayData?4() @@ -5709,10 +5709,10 @@ eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper._addVCSMenuDir?5(mainMenu) eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper._addVCSMenuDirMulti?5(mainMenu) eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper._addVCSMenuMulti?5(mainMenu) -eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenu?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuDir?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuDirMulti?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuMulti?4(menu, standardItems) +eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenu?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuDir?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuDirMulti?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper.showContextMenuMulti?4(_menu, standardItems) eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.GitProjectBrowserHelper?1(vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, ) eric7.Plugins.VcsPlugins.vcsGit.ProjectHelper.GitProjectHelper.getActions?4() eric7.Plugins.VcsPlugins.vcsGit.ProjectHelper.GitProjectHelper.getProject?4() @@ -5833,7 +5833,7 @@ eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsMove?4(name, project, target=None, noDialog=False) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsName?4() eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsNewProjectOptionsDialog?4(parent=None) -eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsOptionsDialog?4(project, archive, editable=False, parent=None) +eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsOptionsDialog?4(project, _archive, editable=False, parent=None) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsRegisteredState?4(name) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsRemove?4(name, project=False, noDialog=False, stageOnly=False) eric7.Plugins.VcsPlugins.vcsGit.git.Git.vcsRepositoryInfos?4(ppath) @@ -6209,10 +6209,10 @@ eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper._addVCSMenuDir?5(mainMenu) eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper._addVCSMenuDirMulti?5(mainMenu) eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper._addVCSMenuMulti?5(mainMenu) -eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenu?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuDir?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuDirMulti?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuMulti?4(menu, standardItems) +eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenu?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuDir?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuDirMulti?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper.showContextMenuMulti?4(_menu, standardItems) eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.HgProjectBrowserHelper?1(vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, ) eric7.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.HgProjectHelper.getActions?4() eric7.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.HgProjectHelper.getProject?4() @@ -6479,10 +6479,10 @@ eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsMove?4(name, project, target=None, noDialog=False) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsName?4() eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsNewProjectOptionsDialog?4(parent=None) -eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsOptionsDialog?4(project, archive, editable=False, parent=None) +eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsOptionsDialog?4(project, _archive, editable=False, parent=None) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsRegisteredState?4(name) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsRemove?4(name, project=False, noDialog=False) -eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsRepositoryInfos?4(ppath) +eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsRepositoryInfos?4(_ppath) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsResolved?4(name, unresolve=False) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsRevert?4(name) eric7.Plugins.VcsPlugins.vcsMercurial.hg.Hg.vcsSbsDiff?4(name, extended=False, revisions=None) @@ -6505,10 +6505,10 @@ eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuDir?5(mainMenu) eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuDirMulti?5(mainMenu) eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuMulti?5(mainMenu) -eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenu?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDir?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDirMulti?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuMulti?4(menu, standardItems) +eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenu?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDir?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDirMulti?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuMulti?4(_menu, standardItems) eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.SvnProjectBrowserHelper?1(vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, ) eric7.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.PySvnProjectHelper.getActions?4() eric7.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.PySvnProjectHelper.initActions?4() @@ -6702,13 +6702,13 @@ eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsGetProjectHelper?4(project) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsImport?4(vcsDataDict, projectDir, noDialog=False, addAll=True) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsInit?4(vcsDir, noDialog=False) -eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsInitConfig?4(project) +eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsInitConfig?4(_project) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsLogBrowser?4(name, isFile=False) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsMerge?4(name) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsMove?4(name, project, target=None, noDialog=False) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsName?4() eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsNewProjectOptionsDialog?4(parent=None) -eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsOptionsDialog?4(project, archive, editable=False, parent=None) +eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsOptionsDialog?4(project, _archive, editable=False, parent=None) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsRegisteredState?4(name) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsRemove?4(name, project=False, noDialog=False) eric7.Plugins.VcsPlugins.vcsPySvn.subversion.Subversion.vcsRepositoryInfos?4(ppath) @@ -6733,10 +6733,10 @@ eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuDir?5(mainMenu) eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuDirMulti?5(mainMenu) eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper._addVCSMenuMulti?5(mainMenu) -eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenu?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDir?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDirMulti?4(menu, standardItems) -eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuMulti?4(menu, standardItems) +eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenu?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDir?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuDirMulti?4(_menu, standardItems) +eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper.showContextMenuMulti?4(_menu, standardItems) eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.SvnProjectBrowserHelper?1(vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None, ) eric7.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.SvnProjectHelper.getActions?4() eric7.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.SvnProjectHelper.initActions?4() @@ -6944,13 +6944,13 @@ eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsGetProjectHelper?4(project) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsImport?4(vcsDataDict, projectDir, noDialog=False, addAll=True) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsInit?4(vcsDir, noDialog=False) -eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsInitConfig?4(project) +eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsInitConfig?4(_project) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsLogBrowser?4(name, isFile=False) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsMerge?4(name) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsMove?4(name, project, target=None, noDialog=False) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsName?4() eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsNewProjectOptionsDialog?4(parent=None) -eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsOptionsDialog?4(project, archive, editable=False, parent=None) +eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsOptionsDialog?4(project, _archive, editable=False, parent=None) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsRegisteredState?4(name) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsRemove?4(name, project=False, noDialog=False) eric7.Plugins.VcsPlugins.vcsSubversion.subversion.Subversion.vcsRepositoryInfos?4(ppath) @@ -7326,10 +7326,10 @@ eric7.Preferences.ConfigurationDialog.ConfigurationWindow?1(parent=None) eric7.Preferences.ConfigurationPages.ApplicationPage.ApplicationPage.save?4() eric7.Preferences.ConfigurationPages.ApplicationPage.ApplicationPage?1() -eric7.Preferences.ConfigurationPages.ApplicationPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.ApplicationPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.CondaPage.CondaPage.save?4() eric7.Preferences.ConfigurationPages.CondaPage.CondaPage?1() -eric7.Preferences.ConfigurationPages.CondaPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.CondaPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.colourChanged?7 eric7.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.initColour?4(colourKey, button, prefMethod, byName=False, hasAlpha=False) eric7.Preferences.ConfigurationPages.ConfigurationPageBase.ConfigurationPageBase.polishPage?4() @@ -7344,7 +7344,7 @@ eric7.Preferences.ConfigurationPages.CooperationPage.CooperationPage.on_deleteBannedUsersButton_clicked?4() eric7.Preferences.ConfigurationPages.CooperationPage.CooperationPage.save?4() eric7.Preferences.ConfigurationPages.CooperationPage.CooperationPage?1() -eric7.Preferences.ConfigurationPages.CooperationPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.CooperationPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.DebuggerGeneralPage.on_addAllowedHostButton_clicked?4() eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.DebuggerGeneralPage.on_allowedHostsList_currentItemChanged?4(current, previous) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.DebuggerGeneralPage.on_deleteAllowedHostButton_clicked?4() @@ -7354,22 +7354,22 @@ eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.DebuggerGeneralPage?1() eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.columnCount?4(parent=QModelIndex()) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.data?4(index, role=Qt.ItemDataRole.DisplayRole) -eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.flags?4(index) +eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.flags?4(_index) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.index?4(row, column, parent=QModelIndex()) -eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.parent?4(child) +eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.parent?4(_child) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.rowCount?4(parent=QModelIndex()) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel.setColor?4(key, bgcolour) eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.PreviewModel?1() -eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.DebuggerPython3Page.DebuggerPython3Page.on_refreshButton_clicked?4() eric7.Preferences.ConfigurationPages.DebuggerPython3Page.DebuggerPython3Page.on_venvDlgButton_clicked?4() eric7.Preferences.ConfigurationPages.DebuggerPython3Page.DebuggerPython3Page.on_venvRefreshButton_clicked?4() eric7.Preferences.ConfigurationPages.DebuggerPython3Page.DebuggerPython3Page.save?4() eric7.Preferences.ConfigurationPages.DebuggerPython3Page.DebuggerPython3Page?1() -eric7.Preferences.ConfigurationPages.DebuggerPython3Page.create?4(dlg) +eric7.Preferences.ConfigurationPages.DebuggerPython3Page.create?4(_dlg) eric7.Preferences.ConfigurationPages.DiffColoursPage.DiffColoursPage.save?4() eric7.Preferences.ConfigurationPages.DiffColoursPage.DiffColoursPage?1() -eric7.Preferences.ConfigurationPages.DiffColoursPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.DiffColoursPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_addApiFileButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_addInstalledApiFileButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.on_addPluginApiFileButton_clicked?4() @@ -7383,35 +7383,35 @@ eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.saveState?4() eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage.setState?4(state) eric7.Preferences.ConfigurationPages.EditorAPIsPage.EditorAPIsPage?1() -eric7.Preferences.ConfigurationPages.EditorAPIsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorAPIsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.EditorAutoCompletionJediPage.save?4() eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.EditorAutoCompletionJediPage?1() -eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.EditorAutocompletionPage.save?4() eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.EditorAutocompletionPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.EditorAutocompletionPage?1() -eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.EditorAutocompletionQScintillaPage.save?4() eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.EditorAutocompletionQScintillaPage?1() -eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.EditorCallTipsJediPage.save?4() eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.EditorCallTipsJediPage?1() -eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorCalltipsPage.EditorCalltipsPage.save?4() eric7.Preferences.ConfigurationPages.EditorCalltipsPage.EditorCalltipsPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorCalltipsPage.EditorCalltipsPage?1() -eric7.Preferences.ConfigurationPages.EditorCalltipsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorCalltipsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.EditorCalltipsQScintillaPage.save?4() eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.EditorCalltipsQScintillaPage?1() -eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorDocViewerPage.EditorDocViewerPage.save?4() eric7.Preferences.ConfigurationPages.EditorDocViewerPage.EditorDocViewerPage?1() -eric7.Preferences.ConfigurationPages.EditorDocViewerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorDocViewerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorExportersPage.EditorExportersPage.on_exportersCombo_activated?4(index) eric7.Preferences.ConfigurationPages.EditorExportersPage.EditorExportersPage.on_rtfFontButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorExportersPage.EditorExportersPage.save?4() eric7.Preferences.ConfigurationPages.EditorExportersPage.EditorExportersPage?1() -eric7.Preferences.ConfigurationPages.EditorExportersPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorExportersPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_addFileFilterButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_deleteFileFilterButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.on_editFileFilterButton_clicked?4() @@ -7421,7 +7421,7 @@ eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.polishPage?4() eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage.save?4() eric7.Preferences.ConfigurationPages.EditorFilePage.EditorFilePage?1() -eric7.Preferences.ConfigurationPages.EditorFilePage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorFilePage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_addButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_deleteButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.on_editButton_clicked?4() @@ -7430,7 +7430,7 @@ eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.save?4() eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorGeneralPage.EditorGeneralPage?1() -eric7.Preferences.ConfigurationPages.EditorGeneralPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorGeneralPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorHighlightersPage.EditorHighlightersPage.on_addLexerButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorHighlightersPage.EditorHighlightersPage.on_deleteLexerButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorHighlightersPage.EditorHighlightersPage.on_editorLexerCombo_currentIndexChanged?4(index) @@ -7483,7 +7483,7 @@ eric7.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.save?4() eric7.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorKeywordsPage.EditorKeywordsPage?1() -eric7.Preferences.ConfigurationPages.EditorKeywordsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorKeywordsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog.PygmentsMarker?7 eric7.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog.getData?4() eric7.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.EditorLanguageTabIndentOverrideDialog.on_languageComboBox_currentIndexChanged?4(index) @@ -7492,10 +7492,10 @@ eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.EditorMouseClickHandlerJediPage.on_changeGotoButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.EditorMouseClickHandlerJediPage.save?4() eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.EditorMouseClickHandlerJediPage?1() -eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.EditorMouseClickHandlerPage.save?4() eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.EditorMouseClickHandlerPage?1() -eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorPropertiesPage.EditorPropertiesPage.save?4() eric7.Preferences.ConfigurationPages.EditorPropertiesPage.EditorPropertiesPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorPropertiesPage.EditorPropertiesPage?1(lexers) @@ -7503,10 +7503,10 @@ eric7.Preferences.ConfigurationPages.EditorSearchPage.EditorSearchPage.save?4() eric7.Preferences.ConfigurationPages.EditorSearchPage.EditorSearchPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorSearchPage.EditorSearchPage?1() -eric7.Preferences.ConfigurationPages.EditorSearchPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorSearchPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage.save?4() eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.EditorSpellCheckingPage?1() -eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsErrorBgButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsErrorFgButton_clicked?4() eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.on_annotationsInformationBgButton_clicked?4() @@ -7522,14 +7522,14 @@ eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.save?4() eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.EditorStylesPage.EditorStylesPage?1() -eric7.Preferences.ConfigurationPages.EditorStylesPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorStylesPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorSyntaxPage.EditorSyntaxPage.save?4() eric7.Preferences.ConfigurationPages.EditorSyntaxPage.EditorSyntaxPage?1() -eric7.Preferences.ConfigurationPages.EditorSyntaxPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorSyntaxPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.on_languageCombo_activated?4(index) eric7.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage.save?4() eric7.Preferences.ConfigurationPages.EditorTypingPage.EditorTypingPage?1() -eric7.Preferences.ConfigurationPages.EditorTypingPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EditorTypingPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleCheckAgainButton_clicked?4() eric7.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleHelpButton_clicked?4() eric7.Preferences.ConfigurationPages.EmailPage.EmailPage.on_googleInstallButton_clicked?4() @@ -7543,23 +7543,23 @@ eric7.Preferences.ConfigurationPages.EmailPage.EmailPage.on_useTlsButton_toggled?4(checked) eric7.Preferences.ConfigurationPages.EmailPage.EmailPage.save?4() eric7.Preferences.ConfigurationPages.EmailPage.EmailPage?1() -eric7.Preferences.ConfigurationPages.EmailPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.EmailPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.GraphicsPage.GraphicsPage.on_graphicsFontButton_clicked?4() eric7.Preferences.ConfigurationPages.GraphicsPage.GraphicsPage.polishPage?4() eric7.Preferences.ConfigurationPages.GraphicsPage.GraphicsPage.save?4() eric7.Preferences.ConfigurationPages.GraphicsPage.GraphicsPage?1() -eric7.Preferences.ConfigurationPages.GraphicsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.GraphicsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage.save?4() eric7.Preferences.ConfigurationPages.HelpDocumentationPage.HelpDocumentationPage?1() -eric7.Preferences.ConfigurationPages.HelpDocumentationPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.HelpDocumentationPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage.save?4() eric7.Preferences.ConfigurationPages.HelpViewersPage.HelpViewersPage?1() -eric7.Preferences.ConfigurationPages.HelpViewersPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.HelpViewersPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.HexEditorPage.HexEditorPage.on_monospacedFontButton_clicked?4() eric7.Preferences.ConfigurationPages.HexEditorPage.HexEditorPage.polishPage?4() eric7.Preferences.ConfigurationPages.HexEditorPage.HexEditorPage.save?4() eric7.Preferences.ConfigurationPages.HexEditorPage.HexEditorPage?1() -eric7.Preferences.ConfigurationPages.HexEditorPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.HexEditorPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.IconsPage.IconsPage.on_addIconDirectoryButton_clicked?4() eric7.Preferences.ConfigurationPages.IconsPage.IconsPage.on_deleteIconDirectoryButton_clicked?4() eric7.Preferences.ConfigurationPages.IconsPage.IconsPage.on_downButton_clicked?4() @@ -7570,7 +7570,7 @@ eric7.Preferences.ConfigurationPages.IconsPage.IconsPage.on_upButton_clicked?4() eric7.Preferences.ConfigurationPages.IconsPage.IconsPage.save?4() eric7.Preferences.ConfigurationPages.IconsPage.IconsPage?1() -eric7.Preferences.ConfigurationPages.IconsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.IconsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.IconsPreviewDialog.IconsPreviewDialog.on_directoryCombo_currentTextChanged?4(dirName) eric7.Preferences.ConfigurationPages.IconsPreviewDialog.IconsPreviewDialog.on_invertButton_toggled?4(checked) eric7.Preferences.ConfigurationPages.IconsPreviewDialog.IconsPreviewDialog.on_refreshButton_clicked?4() @@ -7578,21 +7578,21 @@ eric7.Preferences.ConfigurationPages.InterfaceLightPage.InterfaceLightPage.on_iconBarButton_clicked?4() eric7.Preferences.ConfigurationPages.InterfaceLightPage.InterfaceLightPage.save?4() eric7.Preferences.ConfigurationPages.InterfaceLightPage.InterfaceLightPage?1(withSidebars=False) -eric7.Preferences.ConfigurationPages.InterfaceLightPage.create?4(dlg, withSidebars=False) +eric7.Preferences.ConfigurationPages.InterfaceLightPage.create?4(_dlg, withSidebars=False) eric7.Preferences.ConfigurationPages.InterfacePage.InterfacePage.on_combinedLeftRightSidebarCheckBox_toggled?4(checked) eric7.Preferences.ConfigurationPages.InterfacePage.InterfacePage.on_iconBarButton_clicked?4() eric7.Preferences.ConfigurationPages.InterfacePage.InterfacePage.on_resetLayoutButton_clicked?4() eric7.Preferences.ConfigurationPages.InterfacePage.InterfacePage.save?4() eric7.Preferences.ConfigurationPages.InterfacePage.InterfacePage?1() -eric7.Preferences.ConfigurationPages.InterfacePage.create?4(dlg) +eric7.Preferences.ConfigurationPages.InterfacePage.create?4(_dlg) eric7.Preferences.ConfigurationPages.IrcPage.IrcPage.DateFormats?7 eric7.Preferences.ConfigurationPages.IrcPage.IrcPage.TimeFormats?7 eric7.Preferences.ConfigurationPages.IrcPage.IrcPage.save?4() eric7.Preferences.ConfigurationPages.IrcPage.IrcPage?1() -eric7.Preferences.ConfigurationPages.IrcPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.IrcPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.LogViewerPage.LogViewerPage.save?4() eric7.Preferences.ConfigurationPages.LogViewerPage.LogViewerPage?1(parent=None) -eric7.Preferences.ConfigurationPages.LogViewerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.LogViewerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.MainPasswordEntryDialog.getCurrentPassword?4() eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.MainPasswordEntryDialog.getMainPassword?4() eric7.Preferences.ConfigurationPages.MainPasswordEntryDialog.MainPasswordEntryDialog.on_currentPasswordEdit_textChanged?4(txt) @@ -7606,13 +7606,13 @@ eric7.Preferences.ConfigurationPages.MicroPythonPage.MicroPythonPage.save?4() eric7.Preferences.ConfigurationPages.MicroPythonPage.MicroPythonPage?1(parent=None) eric7.Preferences.ConfigurationPages.MicroPythonPage.QChart?7 -eric7.Preferences.ConfigurationPages.MicroPythonPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.MicroPythonPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.MimeTypesPage.MimeTypesPage.save?4() eric7.Preferences.ConfigurationPages.MimeTypesPage.MimeTypesPage?1() -eric7.Preferences.ConfigurationPages.MimeTypesPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.MimeTypesPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.MultiProjectPage.MultiProjectPage.save?4() eric7.Preferences.ConfigurationPages.MultiProjectPage.MultiProjectPage?1() -eric7.Preferences.ConfigurationPages.MultiProjectPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.MultiProjectPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.NetworkPage.NetworkPage.on_clearProxyPasswordsButton_clicked?4() eric7.Preferences.ConfigurationPages.NetworkPage.NetworkPage.on_ftpProxyTypeCombo_currentIndexChanged?4(index) eric7.Preferences.ConfigurationPages.NetworkPage.NetworkPage.save?4() @@ -7635,42 +7635,42 @@ eric7.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.on_warningResetButton_clicked?4() eric7.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage.save?4() eric7.Preferences.ConfigurationPages.NotificationsPage.NotificationsPage?1() -eric7.Preferences.ConfigurationPages.NotificationsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.NotificationsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.PdfViewerPage.PdfViewerPage.save?4() eric7.Preferences.ConfigurationPages.PdfViewerPage.PdfViewerPage?1() -eric7.Preferences.ConfigurationPages.PdfViewerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.PdfViewerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.PipPage.PipPage.save?4() eric7.Preferences.ConfigurationPages.PipPage.PipPage?1() -eric7.Preferences.ConfigurationPages.PipPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.PipPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage.on_repositoryUrlEditButton_toggled?4(checked) eric7.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage.save?4() eric7.Preferences.ConfigurationPages.PluginManagerPage.PluginManagerPage?1() -eric7.Preferences.ConfigurationPages.PluginManagerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.PluginManagerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.PrinterPage.PrinterPage.on_printheaderFontButton_clicked?4() eric7.Preferences.ConfigurationPages.PrinterPage.PrinterPage.polishPage?4() eric7.Preferences.ConfigurationPages.PrinterPage.PrinterPage.save?4() eric7.Preferences.ConfigurationPages.PrinterPage.PrinterPage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.PrinterPage.PrinterPage?1() -eric7.Preferences.ConfigurationPages.PrinterPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.PrinterPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.ProjectBrowserPage.ProjectBrowserPage.on_followCursorLineCheckBox_toggled?4(checked) eric7.Preferences.ConfigurationPages.ProjectBrowserPage.ProjectBrowserPage.on_followEditorCheckBox_toggled?4(checked) eric7.Preferences.ConfigurationPages.ProjectBrowserPage.ProjectBrowserPage.on_projectTypeCombo_activated?4(index) eric7.Preferences.ConfigurationPages.ProjectBrowserPage.ProjectBrowserPage.save?4() eric7.Preferences.ConfigurationPages.ProjectBrowserPage.ProjectBrowserPage?1() -eric7.Preferences.ConfigurationPages.ProjectBrowserPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.ProjectBrowserPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.ProjectPage.ProjectPage.save?4() eric7.Preferences.ConfigurationPages.ProjectPage.ProjectPage?1() -eric7.Preferences.ConfigurationPages.ProjectPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.ProjectPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.PythonPage.PythonPage.on_refreshButton_clicked?4() eric7.Preferences.ConfigurationPages.PythonPage.PythonPage.save?4() eric7.Preferences.ConfigurationPages.PythonPage.PythonPage?1() -eric7.Preferences.ConfigurationPages.PythonPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.PythonPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.QtPage.QtPage.on_qtPostfixEdit_textChanged?4(txt) eric7.Preferences.ConfigurationPages.QtPage.QtPage.on_qtPrefixEdit_textChanged?4(txt) eric7.Preferences.ConfigurationPages.QtPage.QtPage.on_qtToolsDirPicker_editTextChanged?4(directory) eric7.Preferences.ConfigurationPages.QtPage.QtPage.save?4() eric7.Preferences.ConfigurationPages.QtPage.QtPage?1() -eric7.Preferences.ConfigurationPages.QtPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.QtPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.SecurityPage.SecurityPage.on_mainPasswordButton_clicked?4() eric7.Preferences.ConfigurationPages.SecurityPage.SecurityPage.on_mainPasswordCheckBox_clicked?4(checked) eric7.Preferences.ConfigurationPages.SecurityPage.SecurityPage.save?4() @@ -7682,28 +7682,28 @@ eric7.Preferences.ConfigurationPages.ShellPage.ShellPage.polishPage?4() eric7.Preferences.ConfigurationPages.ShellPage.ShellPage.save?4() eric7.Preferences.ConfigurationPages.ShellPage.ShellPage?1() -eric7.Preferences.ConfigurationPages.ShellPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.ShellPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.TasksPage.TasksPage.save?4() eric7.Preferences.ConfigurationPages.TasksPage.TasksPage?1() -eric7.Preferences.ConfigurationPages.TasksPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.TasksPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.TemplatesPage.TemplatesPage.on_editorFontButton_clicked?4() eric7.Preferences.ConfigurationPages.TemplatesPage.TemplatesPage.save?4() eric7.Preferences.ConfigurationPages.TemplatesPage.TemplatesPage?1() -eric7.Preferences.ConfigurationPages.TemplatesPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.TemplatesPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.TrayStarterPage.TrayStarterPage.save?4() eric7.Preferences.ConfigurationPages.TrayStarterPage.TrayStarterPage?1() -eric7.Preferences.ConfigurationPages.TrayStarterPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.TrayStarterPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.VcsPage.VcsPage.save?4() eric7.Preferences.ConfigurationPages.VcsPage.VcsPage?1() -eric7.Preferences.ConfigurationPages.VcsPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.VcsPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.ViewmanagerPage.ViewmanagerPage.on_windowComboBox_activated?4(index) eric7.Preferences.ConfigurationPages.ViewmanagerPage.ViewmanagerPage.save?4() eric7.Preferences.ConfigurationPages.ViewmanagerPage.ViewmanagerPage?1() -eric7.Preferences.ConfigurationPages.ViewmanagerPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.ViewmanagerPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.WebBrowserAppearancePage.save?4() eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.WebBrowserAppearancePage.setMode?4(displayMode) eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.WebBrowserAppearancePage?1() -eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.create?4(dlg) +eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.create?4(_dlg) eric7.Preferences.ConfigurationPages.WebBrowserPage.WebBrowserPage.on_defaultHomeButton_clicked?4() eric7.Preferences.ConfigurationPages.WebBrowserPage.WebBrowserPage.on_refererWhitelistButton_clicked?4() eric7.Preferences.ConfigurationPages.WebBrowserPage.WebBrowserPage.on_setCurrentPageButton_clicked?4() @@ -7716,12 +7716,12 @@ eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked?4() eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.WebBrowserSpellCheckingPage.save?4() eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.WebBrowserSpellCheckingPage?1() -eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.create?4(_dlg) eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.WebBrowserVirusTotalPage.on_testButton_clicked?4() eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged?4(txt) eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.WebBrowserVirusTotalPage.save?4() eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.WebBrowserVirusTotalPage?1() -eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.create?4(dlg) +eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.create?4(_dlg) eric7.Preferences.HighlightingStylesFile.HighlightingStylesFile.readFile?4(filename: str) eric7.Preferences.HighlightingStylesFile.HighlightingStylesFile.writeFile?4(filename: str, lexers: list) eric7.Preferences.HighlightingStylesFile.HighlightingStylesFile?1(parent: QObject = None) @@ -8254,7 +8254,7 @@ eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._setItemRangeSelected?5(startIndex, endIndex, selected) eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._setItemSelected?5(index, selected) eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenu?5(menu) -eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuBack?5(menu) +eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuBack?5(_menu) eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuDir?5(menu) eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuDirMulti?5(menu) eric7.Project.ProjectBaseBrowser.ProjectBaseBrowser._showContextMenuMulti?5(menu) @@ -8496,7 +8496,7 @@ eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.FunctionInfo.parseDefinition?4(text, quote, quoteReplace) eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.FunctionInfo?1() eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.getIndentStr?4(text) -eric7.QScintilla.DocstringGenerator.EricdocGenerator.generateDoc?4(functionInfo, editor) +eric7.QScintilla.DocstringGenerator.EricdocGenerator.generateDoc?4(functionInfo, _editor) eric7.QScintilla.DocstringGenerator.GoogledocGenerator.generateDoc?4(functionInfo, editor) eric7.QScintilla.DocstringGenerator.NumpydocGenerator.generateDoc?4(functionInfo, editor) eric7.QScintilla.DocstringGenerator.PyDocstringGenerator.PyDocstringGenerator.hasFunctionDefinition?4(cursorPosition) @@ -8508,7 +8508,7 @@ eric7.QScintilla.DocstringGenerator.PyDocstringGenerator.PyFunctionInfo.parseBody?4(text) eric7.QScintilla.DocstringGenerator.PyDocstringGenerator.PyFunctionInfo.parseDefinition?4(text, quote, quoteReplace) eric7.QScintilla.DocstringGenerator.PyDocstringGenerator.PyFunctionInfo?1() -eric7.QScintilla.DocstringGenerator.SphinxdocGenerator.generateDoc?4(functionInfo, editor) +eric7.QScintilla.DocstringGenerator.SphinxdocGenerator.generateDoc?4(functionInfo, _editor) eric7.QScintilla.DocstringGenerator.getDocstringGenerator?4(editor) eric7.QScintilla.DocstringGenerator.getSupportedDocstringTypes?4() eric7.QScintilla.Editor.Editor.CancelEditToken?7 @@ -8751,7 +8751,7 @@ eric7.QScintilla.Editor.Editor.toggleComment?4() eric7.QScintilla.Editor.Editor.toggleCurrentFold?4() eric7.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, setError, msg="", show=False) -eric7.QScintilla.Editor.Editor.toggleWarning?4(line, col, setWarning, msg="", warningType=EditorWarningKind.Code, ) +eric7.QScintilla.Editor.Editor.toggleWarning?4(line, _col, setWarning, msg="", warningType=EditorWarningKind.Code, ) eric7.QScintilla.Editor.Editor.uncommentLineOrSelection?4() eric7.QScintilla.Editor.Editor.undo?4() eric7.QScintilla.Editor.Editor.undoAvailable?7 @@ -8919,7 +8919,7 @@ eric7.QScintilla.Lexers.LexerBash.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerBatch.LexerBatch.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerBatch.LexerBatch.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerBatch.LexerBatch.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerBatch.LexerBatch.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerBatch.LexerBatch?1(parent=None) eric7.QScintilla.Lexers.LexerBatch.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerCMake.LexerCMake.defaultKeywords?4(kwSet) @@ -8956,7 +8956,7 @@ eric7.QScintilla.Lexers.LexerCoffeeScript.LexerCoffeeScript.maximumKeywordSet?4() eric7.QScintilla.Lexers.LexerCoffeeScript.LexerCoffeeScript?1(parent=None) eric7.QScintilla.Lexers.LexerCoffeeScript.createLexer?4(variant="", parent=None) -eric7.QScintilla.Lexers.LexerContainer.LexerContainer.description?4(style) +eric7.QScintilla.Lexers.LexerContainer.LexerContainer.description?4(_style) eric7.QScintilla.Lexers.LexerContainer.LexerContainer.keywords?4(kwSet) eric7.QScintilla.Lexers.LexerContainer.LexerContainer.language?4() eric7.QScintilla.Lexers.LexerContainer.LexerContainer.lexer?4() @@ -8972,7 +8972,7 @@ eric7.QScintilla.Lexers.LexerD.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerDiff.LexerDiff.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerDiff.LexerDiff.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerDiff.LexerDiff.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerDiff.LexerDiff.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerDiff.LexerDiff?1(parent=None) eric7.QScintilla.Lexers.LexerDiff.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerFortran.LexerFortran.autoCompletionWordSeparators?4() @@ -9026,7 +9026,7 @@ eric7.QScintilla.Lexers.LexerLua.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerMakefile.LexerMakefile.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerMakefile.LexerMakefile.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerMakefile.LexerMakefile.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerMakefile.LexerMakefile.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerMakefile.LexerMakefile?1(parent=None) eric7.QScintilla.Lexers.LexerMakefile.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerMarkdown.LexerMarkdown.defaultKeywords?4(kwSet) @@ -9071,14 +9071,14 @@ eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.initProperties?4() eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript.maximumKeywordSet?4() eric7.QScintilla.Lexers.LexerPostScript.LexerPostScript?1(parent=None) eric7.QScintilla.Lexers.LexerPostScript.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerProperties.LexerProperties.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerProperties.LexerProperties.initProperties?4() eric7.QScintilla.Lexers.LexerProperties.LexerProperties.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerProperties.LexerProperties.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerProperties.LexerProperties.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerProperties.LexerProperties?1(parent=None) eric7.QScintilla.Lexers.LexerProperties.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.boxCommentStr?4() @@ -9090,7 +9090,7 @@ eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultColor?4(style) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultEolFill?4(style) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultFont?4(style) -eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultKeywords?4(kwSet) +eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultKeywords?4(_kwSet) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.defaultPaper?4(style) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.description?4(style) eric7.QScintilla.Lexers.LexerPygments.LexerPygments.isCommentStyle?4(style) @@ -9099,7 +9099,7 @@ eric7.QScintilla.Lexers.LexerPygments.LexerPygments.name?4() eric7.QScintilla.Lexers.LexerPygments.LexerPygments.readSettings?4(qs, prefix="/Scintilla") eric7.QScintilla.Lexers.LexerPygments.LexerPygments.streamCommentStr?4() -eric7.QScintilla.Lexers.LexerPygments.LexerPygments.styleText?4(start, end) +eric7.QScintilla.Lexers.LexerPygments.LexerPygments.styleText?4(_start, end) eric7.QScintilla.Lexers.LexerPygments.LexerPygments?1(parent=None, name="") eric7.QScintilla.Lexers.LexerPygments.PYGMENTS_ATTRIBUTE?7 eric7.QScintilla.Lexers.LexerPygments.PYGMENTS_BACKTICKSTRING?7 @@ -9195,7 +9195,7 @@ eric7.QScintilla.Lexers.LexerTCL.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.LexerTeX.LexerTeX.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerTeX.LexerTeX.initProperties?4() -eric7.QScintilla.Lexers.LexerTeX.LexerTeX.isCommentStyle?4(style) +eric7.QScintilla.Lexers.LexerTeX.LexerTeX.isCommentStyle?4(_style) eric7.QScintilla.Lexers.LexerTeX.LexerTeX.isStringStyle?4(style) eric7.QScintilla.Lexers.LexerTeX.LexerTeX?1(parent=None) eric7.QScintilla.Lexers.LexerTeX.createLexer?4(variant="", parent=None) @@ -9215,7 +9215,7 @@ eric7.QScintilla.Lexers.LexerYAML.LexerYAML.defaultKeywords?4(kwSet) eric7.QScintilla.Lexers.LexerYAML.LexerYAML.initProperties?4() eric7.QScintilla.Lexers.LexerYAML.LexerYAML.isCommentStyle?4(style) -eric7.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(style) +eric7.QScintilla.Lexers.LexerYAML.LexerYAML.isStringStyle?4(_style) eric7.QScintilla.Lexers.LexerYAML.LexerYAML?1(parent=None) eric7.QScintilla.Lexers.LexerYAML.createLexer?4(variant="", parent=None) eric7.QScintilla.Lexers.SubstyledLexer.SubstyledLexer.addSubstyle?4(style) @@ -10101,17 +10101,17 @@ eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.runner?7 eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.start?4(config, pythonpath) eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.startDebug?4(config, pythonpath, debugger) -eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.supportsMarkers?4(interpreter) -eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.supportsPatterns?4(interpreter) +eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.supportsMarkers?4(_interpreter) +eric7.Testing.Interfaces.PytestExecutor.PytestExecutor.supportsPatterns?4(_interpreter) eric7.Testing.Interfaces.PytestExecutor.PytestExecutor?1(testWidget) eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_collectreport?4(report) eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_itemcollected?4(item) -eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_report_header?4(config, startdir) +eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_report_header?4(config, _startdir) eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_runtest_logfinish?4(nodeid, location) eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_runtest_logreport?4(report) -eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_runtest_logstart?4(nodeid, location) -eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionfinish?4(session, exitstatus) -eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionstart?4(session) +eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_runtest_logstart?4(nodeid, _location) +eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionfinish?4(_session, _exitstatus) +eric7.Testing.Interfaces.PytestRunner.EricPlugin.pytest_sessionstart?4(_session) eric7.Testing.Interfaces.PytestRunner.EricPlugin?1(writer) eric7.Testing.Interfaces.PytestRunner.GetMarkersPlugin.getMarkers?4() eric7.Testing.Interfaces.PytestRunner.GetMarkersPlugin.pytest_cmdline_main?4(config) @@ -10197,7 +10197,7 @@ eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor.runner?7 eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor.start?4(config, pythonpath) eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor.startDebug?4(config, pythonpath, debugger) -eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor.supportsPatterns?4(interpreter) +eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor.supportsPatterns?4(_interpreter) eric7.Testing.Interfaces.UnittestExecutor.UnittestExecutor?1(testWidget) eric7.Testing.Interfaces.UnittestRunner.EricTestResult.addError?4(test, err) eric7.Testing.Interfaces.UnittestRunner.EricTestResult.addExpectedFailure?4(test, err) @@ -10467,7 +10467,7 @@ eric7.UI.BrowserModel.BrowserItem.isPopulated?4() eric7.UI.BrowserModel.BrowserItem.isPublic?4() eric7.UI.BrowserModel.BrowserItem.isSymlink?4() -eric7.UI.BrowserModel.BrowserItem.lessThan?4(other, column, order) +eric7.UI.BrowserModel.BrowserItem.lessThan?4(other, column, _order) eric7.UI.BrowserModel.BrowserItem.lineno?4() eric7.UI.BrowserModel.BrowserItem.parent?4() eric7.UI.BrowserModel.BrowserItem.removeChild?4(child) @@ -10724,12 +10724,12 @@ eric7.UI.NotificationWidget.NotificationWidget.mouseReleaseEvent?4(evt) eric7.UI.NotificationWidget.NotificationWidget.showNotification?4(icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0) eric7.UI.NotificationWidget.NotificationWidget?1(parent=None, setPosition=False) -eric7.UI.NumbersWidget.BinaryModel.columnCount?4(parent) +eric7.UI.NumbersWidget.BinaryModel.columnCount?4(_parent) eric7.UI.NumbersWidget.BinaryModel.data?4(index, role=Qt.ItemDataRole.DisplayRole) -eric7.UI.NumbersWidget.BinaryModel.flags?4(index) +eric7.UI.NumbersWidget.BinaryModel.flags?4(_index) eric7.UI.NumbersWidget.BinaryModel.getValue?4() eric7.UI.NumbersWidget.BinaryModel.headerData?4(section, orientation, role=Qt.ItemDataRole.DisplayRole) -eric7.UI.NumbersWidget.BinaryModel.rowCount?4(parent) +eric7.UI.NumbersWidget.BinaryModel.rowCount?4(_parent) eric7.UI.NumbersWidget.BinaryModel.setBits?4(bits) eric7.UI.NumbersWidget.BinaryModel.setBitsAndValue?4(bits, value) eric7.UI.NumbersWidget.BinaryModel.setData?4(index, value, role=Qt.ItemDataRole.EditRole) @@ -11299,7 +11299,7 @@ eric7.VCS.VersionControl.VersionControl.vcsRegisteredState?4(name) eric7.VCS.VersionControl.VersionControl.vcsRemove?4(name, project=False, noDialog=False) eric7.VCS.VersionControl.VersionControl.vcsRepositoryInfos?4(ppath) -eric7.VCS.VersionControl.VersionControl.vcsResolved?4(name) +eric7.VCS.VersionControl.VersionControl.vcsResolved?4(_name) eric7.VCS.VersionControl.VersionControl.vcsRevert?4(name) eric7.VCS.VersionControl.VersionControl.vcsSbsDiff?4(name, extended=False, revisions=None) eric7.VCS.VersionControl.VersionControl.vcsSetData?4(key, value) @@ -11596,7 +11596,7 @@ eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon.currentChanged?4() eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon.menu?4() eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon.setEnabled?4(enabled) -eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon.sourceChanged?4(browser, url) +eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon.sourceChanged?4(browser, _url) eric7.WebBrowser.AdBlock.AdBlockIcon.AdBlockIcon?1(parent) eric7.WebBrowser.AdBlock.AdBlockManager.AdBlockManager.addException?4(host) eric7.WebBrowser.AdBlock.AdBlockManager.AdBlockManager.addSubscription?4(subscription) @@ -11778,7 +11778,7 @@ eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkDialog.url?4() eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkDialog?1(parent=None, bookmarksManager=None) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.columnCount?4(parent) -eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.filterAcceptsColumn?4(sourceColumn, sourceParent) +eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.filterAcceptsColumn?4(sourceColumn, _sourceParent) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.filterAcceptsRow?4(sourceRow, sourceParent) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel.hasChildren?4(parent=None) eric7.WebBrowser.Bookmarks.AddBookmarkDialog.AddBookmarkProxyModel?1(parent=None) @@ -12220,7 +12220,7 @@ eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionModel.setValid?4(valid) eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionModel?1(parent=None) eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionView.resizeEvent?4(evt) -eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionView.sizeHintForRow?4(row) +eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionView.sizeHintForRow?4(_row) eric7.WebBrowser.History.HistoryCompleter.HistoryCompletionView?1(parent=None) eric7.WebBrowser.History.HistoryDialog.HistoryDialog.newBackgroundTab?7 eric7.WebBrowser.History.HistoryDialog.HistoryDialog.newPrivateWindow?7 @@ -12239,7 +12239,7 @@ eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.index?4(row, column, parent=None) eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.mapFromSource?4(sourceIndex) eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.mapToSource?4(proxyIndex) -eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.parent?4(index) +eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.parent?4(_index) eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.recalculateFrequencies?4() eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.removeRows?4(row, count, parent=None) eric7.WebBrowser.History.HistoryFilterModel.HistoryFilterModel.rowCount?4(parent=None) @@ -12383,7 +12383,7 @@ eric7.WebBrowser.Network.NetworkManager.NetworkManager.isInsecureHost?4(host) eric7.WebBrowser.Network.NetworkManager.NetworkManager.languagesChanged?4() eric7.WebBrowser.Network.NetworkManager.NetworkManager.preferencesChanged?4() -eric7.WebBrowser.Network.NetworkManager.NetworkManager.proxyAuthentication?4(requestUrl, auth, proxyHost) +eric7.WebBrowser.Network.NetworkManager.NetworkManager.proxyAuthentication?4(_requestUrl, auth, _proxyHost) eric7.WebBrowser.Network.NetworkManager.NetworkManager.removeUrlInterceptor?4(interceptor) eric7.WebBrowser.Network.NetworkManager.NetworkManager.showSslErrorExceptionsDialog?4(parent=None) eric7.WebBrowser.Network.NetworkManager.NetworkManager.shutdown?4() @@ -13098,7 +13098,7 @@ eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar.leaveEvent?4(evt) eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar.mouseMoveEvent?4(evt) eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar.mousePressEvent?4(evt) -eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar.tabRemoved?4(index) +eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar.tabRemoved?4(_index) eric7.WebBrowser.WebBrowserTabBar.WebBrowserTabBar?1(parent=None) eric7.WebBrowser.WebBrowserTabWidget.WebBrowserTabWidget.browserAt?4(index) eric7.WebBrowser.WebBrowserTabWidget.WebBrowserTabWidget.browserClosed?7 @@ -13378,11 +13378,11 @@ eric7.eric7_compare.main?4() eric7.eric7_configure.args?7 eric7.eric7_configure.createArgparseNamespace?4() -eric7.eric7_configure.createMainWidget?4(args) +eric7.eric7_configure.createMainWidget?4(_args) eric7.eric7_configure.main?4() eric7.eric7_diff.args?7 eric7.eric7_diff.createArgparseNamespace?4() -eric7.eric7_diff.createMainWidget?4(args) +eric7.eric7_diff.createMainWidget?4(_args) eric7.eric7_diff.main?4() eric7.eric7_doc.createArgumentParser?4() eric7.eric7_doc.main?4() @@ -13415,7 +13415,7 @@ eric7.eric7_ide.uiStartUp?4() eric7.eric7_mpy.args?7 eric7.eric7_mpy.createArgparseNamespace?4() -eric7.eric7_mpy.createMainWidget?4(args) +eric7.eric7_mpy.createMainWidget?4(_args) eric7.eric7_mpy.main?4() eric7.eric7_pdf.args?7 eric7.eric7_pdf.createArgparseNamespace?4() @@ -13423,7 +13423,7 @@ eric7.eric7_pdf.main?4() eric7.eric7_pip.args?7 eric7.eric7_pip.createArgparseNamespace?4() -eric7.eric7_pip.createMainWidget?4(args) +eric7.eric7_pip.createMainWidget?4(_args) eric7.eric7_pip.main?4() eric7.eric7_plugininstall.args?7 eric7.eric7_plugininstall.createArgparseNamespace?4() @@ -13431,11 +13431,11 @@ eric7.eric7_plugininstall.main?4() eric7.eric7_pluginrepository.args?7 eric7.eric7_pluginrepository.createArgparseNamespace?4() -eric7.eric7_pluginrepository.createMainWidget?4(args) +eric7.eric7_pluginrepository.createMainWidget?4(_args) eric7.eric7_pluginrepository.main?4() eric7.eric7_pluginuninstall.args?7 eric7.eric7_pluginuninstall.createArgparseNamespace?4() -eric7.eric7_pluginuninstall.createMainWidget?4(args) +eric7.eric7_pluginuninstall.createMainWidget?4(_args) eric7.eric7_pluginuninstall.main?4() eric7.eric7_post_install.copyDesktopFile?4(src, dstPath, dstFile, scriptsdir) eric7.eric7_post_install.copyLinuxMetaData?4() @@ -13448,20 +13448,20 @@ eric7.eric7_post_install.windowsProgramsEntry?4() eric7.eric7_qregularexpression.args?7 eric7.eric7_qregularexpression.createArgparseNamespace?4() -eric7.eric7_qregularexpression.createMainWidget?4(args) +eric7.eric7_qregularexpression.createMainWidget?4(_args) eric7.eric7_qregularexpression.main?4() eric7.eric7_re.args?7 eric7.eric7_re.createArgparseNamespace?4() -eric7.eric7_re.createMainWidget?4(args) +eric7.eric7_re.createMainWidget?4(_args) eric7.eric7_re.main?4() eric7.eric7_shell.args?7 eric7.eric7_shell.createArgparseNamespace?4() -eric7.eric7_shell.createMainWidget?4(args) +eric7.eric7_shell.createMainWidget?4(_args) eric7.eric7_shell.main?4() eric7.eric7_shell.originalPathString?7 eric7.eric7_snap.args?7 eric7.eric7_snap.createArgparseNamespace?4() -eric7.eric7_snap.createMainWidget?4(args) +eric7.eric7_snap.createMainWidget?4(_args) eric7.eric7_snap.main?4() eric7.eric7_sqlbrowser.args?7 eric7.eric7_sqlbrowser.createArgparseNamespace?4() @@ -13473,7 +13473,7 @@ eric7.eric7_testing.main?4() eric7.eric7_tray.args?7 eric7.eric7_tray.createArgparseNamespace?4() -eric7.eric7_tray.createMainWidget?4(args) +eric7.eric7_tray.createMainWidget?4(_args) eric7.eric7_tray.main?4() eric7.eric7_trpreviewer.app?7 eric7.eric7_trpreviewer.args?7 @@ -13486,7 +13486,7 @@ eric7.eric7_uipreviewer.main?4() eric7.eric7_virtualenv.args?7 eric7.eric7_virtualenv.createArgparseNamespace?4() -eric7.eric7_virtualenv.createMainWidget?4(args) +eric7.eric7_virtualenv.createMainWidget?4(_args) eric7.eric7_virtualenv.main?4() eric7.eric7config._pkg_config?8 eric7.eric7config.getConfig?4(name)
--- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html Sat Apr 20 18:02:35 2024 +0200 @@ -540,7 +540,7 @@ </dd> <dt><i>message</i> (str (optional))</dt> <dd> -ignore message (default to "") +ignore message (default to "") (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -706,7 +706,7 @@ </dd> <dt><i>message</i> (str (optional))</dt> <dd> -ignore message (default to "") +ignore message (default to "") (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.CodeFormatting.FormattingDiffWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.FormattingDiffWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -87,16 +87,16 @@ </dl> <a NAME="FormattingDiffWidget.closeEvent" ID="FormattingDiffWidget.closeEvent"></a> <h4>FormattingDiffWidget.closeEvent</h4> -<b>closeEvent</b>(<i>evt</i>) +<b>closeEvent</b>(<i>_evt</i>) <p> Protected slot implementing a close event handler. </p> <dl> -<dt><i>evt</i> (QCloseEvent)</dt> +<dt><i>_evt</i> (QCloseEvent)</dt> <dd> -reference to the close event +reference to the close event (unused) </dd> </dl> <a NAME="FormattingDiffWidget.showDiff" ID="FormattingDiffWidget.showDiff"></a>
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.AsyncFile.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.AsyncFile.html Sat Apr 20 18:02:35 2024 +0200 @@ -461,11 +461,11 @@ <dt><i>offset</i> (int)</dt> <dd> -offset to move the filepointer to +offset to move the file pointer to (unused) </dd> <dt><i>whence</i> (int)</dt> <dd> -position the offset relates to +position the offset relates to (unused) </dd> </dl> <dl> @@ -521,7 +521,7 @@ <dt><i>size</i> (int)</dt> <dd> -size to truncate to +size to truncate to (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugBase.html Sat Apr 20 18:02:35 2024 +0200 @@ -704,7 +704,7 @@ </dl> <a NAME="DebugBase.profile" ID="DebugBase.profile"></a> <h4>DebugBase.profile</h4> -<b>profile</b>(<i>frame, event, arg</i>) +<b>profile</b>(<i>frame, event, _arg</i>) <p> Public method used to trace some stuff independent of the debugger trace function. @@ -720,14 +720,14 @@ <dd> trace event </dd> -<dt><i>arg</i> (depends on the previous event parameter)</dt> +<dt><i>_arg</i> (depends on the previous event parameter)</dt> <dd> -arguments +arguments (unused) </dd> </dl> <a NAME="DebugBase.profileWithRecursion" ID="DebugBase.profileWithRecursion"></a> <h4>DebugBase.profileWithRecursion</h4> -<b>profileWithRecursion</b>(<i>frame, event, arg</i>) +<b>profileWithRecursion</b>(<i>frame, event, _arg</i>) <p> Public method used to trace some stuff independent of the debugger trace function. @@ -743,9 +743,9 @@ <dd> trace event </dd> -<dt><i>arg</i> (depends on the previous event parameter)</dt> +<dt><i>_arg</i> (depends on the previous event parameter)</dt> <dd> -arguments +arguments (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Sat Apr 20 18:02:35 2024 +0200 @@ -1201,7 +1201,7 @@ <dt><i>multiprocessSupport</i> (bool)</dt> <dd> flag indicating to enable multiprocess - debugging support + debugging support (unused) </dd> </dl> <a NAME="DebugClientBase.startProgInDebugger" ID="DebugClientBase.startProgInDebugger"></a>
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.ModuleLoader.html Sat Apr 20 18:02:35 2024 +0200 @@ -161,7 +161,7 @@ </dl> <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a> <h4>ModuleLoader.find_spec</h4> -<b>find_spec</b>(<i>fullname, path, target=None</i>) +<b>find_spec</b>(<i>fullname, _path, target=None</i>) <p> Public method returning the module spec. </p> @@ -172,14 +172,14 @@ <dd> name of the module to be loaded </dd> -<dt><i>path</i> (str)</dt> +<dt><i>_path</i> (str)</dt> <dd> -path to resolve the module name +path to resolve the module name (unused) </dd> <dt><i>target</i> (module)</dt> <dd> module object to use for a more educated guess - about what spec to return + about what spec to return (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Sat Apr 20 18:02:35 2024 +0200 @@ -63,7 +63,7 @@ </dd> <dt><i>stream</i> (file)</dt> <dd> -input stream to read from (ignored) +input stream to read from (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.BreakPointModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -226,7 +226,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -reference to parent index (Unused) +reference to parent index (unused) </dd> </dl> <dl> @@ -531,16 +531,16 @@ </dl> <a NAME="BreakPointModel.parent" ID="BreakPointModel.parent"></a> <h4>BreakPointModel.parent</h4> -<b>parent</b>(<i>index</i>) +<b>parent</b>(<i>_index</i>) <p> Public method to get the parent index. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -index of item to get parent +index of item to get parent (unused) </dd> </dl> <dl> @@ -645,7 +645,7 @@ </dd> <dt><i>role</i> (Qt.ItemDataRole)</dt> <dd> -role of the changed data +role of the changed data (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugServer.html Sat Apr 20 18:02:35 2024 +0200 @@ -1704,7 +1704,7 @@ <dd> maximum size the formatted value of a variable will be shown. If it is bigger than that, a 'too big' indication will - be given (@@TOO_BIG_TO_SHOW@@). + be given (@@TOO_BIG_TO_SHOW@@). (unused) </dd> </dl> <a NAME="DebugServer.remoteClientVariables" ID="DebugServer.remoteClientVariables"></a> @@ -2397,7 +2397,7 @@ </dl> <a NAME="DebugServer.signalClientCompletionList" ID="DebugServer.signalClientCompletionList"></a> <h4>DebugServer.signalClientCompletionList</h4> -<b>signalClientCompletionList</b>(<i>completionList, text, debuggerId</i>) +<b>signalClientCompletionList</b>(<i>completionList, text, _debuggerId</i>) <p> Public method to process the client auto completion info. </p> @@ -2412,9 +2412,9 @@ <dd> the text to be completed </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugServer.signalClientDebuggerId" ID="DebugServer.signalClientDebuggerId"></a>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugUI.html Sat Apr 20 18:02:35 2024 +0200 @@ -533,7 +533,7 @@ <a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a> <h4>DebugUI.__clientBreakConditionError</h4> -<b>__clientBreakConditionError</b>(<i>filename, lineno, debuggerId</i>) +<b>__clientBreakConditionError</b>(<i>filename, lineno, _debuggerId</i>) <p> Private method to handle a condition error of a breakpoint. </p> @@ -548,9 +548,9 @@ <dd> line umber of the breakpoint </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a> @@ -654,7 +654,7 @@ </dl> <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> <h4>DebugUI.__clientLine</h4> -<b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>) +<b>__clientLine</b>(<i>fn, line, debuggerId, _threadName, forStack</i>) <p> Private method to handle a change to the current line. </p> @@ -673,9 +673,9 @@ <dd> ID of the debugger backend </dd> -<dt><i>threadName</i> (str)</dt> +<dt><i>_threadName</i> (str)</dt> <dd> -name of the thread signaling the event +name of the thread signaling the event (unused) </dd> <dt><i>forStack</i> (bool)</dt> <dd> @@ -684,7 +684,7 @@ </dl> <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a> <h4>DebugUI.__clientSignal</h4> -<b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs, debuggerId</i>) +<b>__clientSignal</b>(<i>message, filename, lineNo, _funcName, _funcArgs, _debuggerId</i>) <p> Private method to handle a signal generated on the client side. </p> @@ -703,17 +703,17 @@ <dd> line number of the syntax error position </dd> -<dt><i>funcName</i> (str)</dt> +<dt><i>_funcName</i> (str)</dt> <dd> -name of the function causing the signal +name of the function causing the signal (unused) </dd> -<dt><i>funcArgs</i> (str)</dt> +<dt><i>_funcArgs</i> (str)</dt> <dd> -function arguments +function arguments (unused) </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a> @@ -805,7 +805,7 @@ </dl> <a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a> <h4>DebugUI.__clientWatchConditionError</h4> -<b>__clientWatchConditionError</b>(<i>cond, debuggerId</i>) +<b>__clientWatchConditionError</b>(<i>cond, _debuggerId</i>) <p> Private method to handle a expression error of a watch expression. </p> @@ -819,9 +819,9 @@ <dd> expression of the watch expression </dd> -<dt><i>debuggerId</i> (str)</dt> +<dt><i>_debuggerId</i> (str)</dt> <dd> -ID of the debugger backend +ID of the debugger backend (unused) </dd> </dl> <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebugViewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -328,24 +328,24 @@ </dl> <a NAME="DebugViewer.__clientException" ID="DebugViewer.__clientException"></a> <h4>DebugViewer.__clientException</h4> -<b>__clientException</b>(<i>exceptionType, exceptionMessage, stackTrace, debuggerId, threadName, </i>) +<b>__clientException</b>(<i>_exceptionType, _exceptionMessage, _stackTrace, debuggerId, threadName, </i>) <p> Private method to handle an exception of the debugged program. </p> <dl> -<dt><i>exceptionType</i> (str)</dt> +<dt><i>_exceptionType</i> (str)</dt> <dd> -type of exception raised +type of exception raised (unused) </dd> -<dt><i>exceptionMessage</i> ((str)</dt> +<dt><i>_exceptionMessage</i> ((str)</dt> <dd> -message given by the exception +message given by the exception (unused) </dd> -<dt><i>stackTrace</i> (list of str)</dt> +<dt><i>_stackTrace</i> (list of str)</dt> <dd> -list of stack entries +list of stack entries (unused) </dd> <dt><i>debuggerId</i> (str)</dt> <dd> @@ -388,20 +388,20 @@ </dl> <a NAME="DebugViewer.__clientLine" ID="DebugViewer.__clientLine"></a> <h4>DebugViewer.__clientLine</h4> -<b>__clientLine</b>(<i>fn, line, debuggerId, threadName</i>) +<b>__clientLine</b>(<i>_fn, _line, debuggerId, threadName</i>) <p> Private method to handle a change to the current line. </p> <dl> -<dt><i>fn</i> (str)</dt> +<dt><i>_fn</i> (str)</dt> <dd> -filename +filename (unused) </dd> -<dt><i>line</i> (int)</dt> +<dt><i>_line</i> (int)</dt> <dd> -linenumber +linenumber (unused) </dd> <dt><i>debuggerId</i> (str)</dt> <dd> @@ -414,28 +414,28 @@ </dl> <a NAME="DebugViewer.__clientSyntaxError" ID="DebugViewer.__clientSyntaxError"></a> <h4>DebugViewer.__clientSyntaxError</h4> -<b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo, debuggerId, threadName, </i>) +<b>__clientSyntaxError</b>(<i>_message, _filename, _lineNo, _characterNo, debuggerId, threadName, </i>) <p> Private method to handle a syntax error in the debugged program. </p> <dl> -<dt><i>message</i> (str)</dt> +<dt><i>_message</i> (str)</dt> <dd> -message of the syntax error +message of the syntax error (unused) </dd> -<dt><i>filename</i> (str)</dt> +<dt><i>_filename</i> (str)</dt> <dd> -translated filename of the syntax error position +translated filename of the syntax error position (unused) </dd> -<dt><i>lineNo</i> (int)</dt> +<dt><i>_lineNo</i> (int)</dt> <dd> -line number of the syntax error position +line number of the syntax error position (unused) </dd> -<dt><i>characterNo</i> (int)</dt> +<dt><i>_characterNo</i> (int)</dt> <dd> -character number of the syntax error position +character number of the syntax error position (unused) </dd> <dt><i>debuggerId</i> (str)</dt> <dd> @@ -448,7 +448,7 @@ </dl> <a NAME="DebugViewer.__debuggerSelected" ID="DebugViewer.__debuggerSelected"></a> <h4>DebugViewer.__debuggerSelected</h4> -<b>__debuggerSelected</b>(<i>current, previous</i>) +<b>__debuggerSelected</b>(<i>current, _previous</i>) <p> Private slot to handle the selection of a debugger backend in the debuggers list. @@ -460,9 +460,9 @@ <dd> reference to the new current item </dd> -<dt><i>previous</i> (QTreeWidgetItem)</dt> +<dt><i>_previous</i> (QTreeWidgetItem)</dt> <dd> -reference to the previous current item +reference to the previous current item (unused) </dd> </dl> <a NAME="DebugViewer.__frameSelected" ID="DebugViewer.__frameSelected"></a>
--- a/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.DebuggerInterfacePython.html Sat Apr 20 18:02:35 2024 +0200 @@ -374,7 +374,7 @@ <dt><i>remote2local</i> (bool)</dt> <dd> flag indicating the direction of translation - (False = local to remote, True = remote to local [default]) + (False = local to remote, True = remote to local [default]) (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.VariablesViewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -452,7 +452,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -the model parent +the model parent (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Debugger.WatchPointModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -493,16 +493,16 @@ </dl> <a NAME="WatchPointModel.parent" ID="WatchPointModel.parent"></a> <h4>WatchPointModel.parent</h4> -<b>parent</b>(<i>index</i>) +<b>parent</b>(<i>_index</i>) <p> Public method to get the parent index. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -index of item to get parent +index of item to get parent (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricGraphics.EricArrowItem.html Sat Apr 20 18:02:35 2024 +0200 @@ -142,7 +142,7 @@ </dl> <a NAME="EricArrowItem.paint" ID="EricArrowItem.paint"></a> <h4>EricArrowItem.paint</h4> -<b>paint</b>(<i>painter, option, widget=None</i>) +<b>paint</b>(<i>painter, option, _widget=None</i>) <p> Public method to paint the item in local coordinates. </p> @@ -157,9 +157,9 @@ <dd> style options </dd> -<dt><i>widget</i> (QWidget)</dt> +<dt><i>_widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on +optional reference to the widget painted on (unused) </dd> </dl> <a NAME="EricArrowItem.setEndPoint" ID="EricArrowItem.setEndPoint"></a>
--- a/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.ApplicationDiagramBuilder.html Sat Apr 20 18:02:35 2024 +0200 @@ -252,16 +252,16 @@ <a NAME="ApplicationDiagramBuilder.fromDict" ID="ApplicationDiagramBuilder.fromDict"></a> <h4>ApplicationDiagramBuilder.fromDict</h4> -<b>fromDict</b>(<i>version, data</i>) +<b>fromDict</b>(<i>_version, data</i>) <p> Public method to populate the class with data persisted by 'toDict()'. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd> @@ -283,16 +283,16 @@ </dl> <a NAME="ApplicationDiagramBuilder.parsePersistenceData" ID="ApplicationDiagramBuilder.parsePersistenceData"></a> <h4>ApplicationDiagramBuilder.parsePersistenceData</h4> -<b>parsePersistenceData</b>(<i>version, data</i>) +<b>parsePersistenceData</b>(<i>_version, data</i>) <p> Public method to parse persisted data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.ClassItem.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.ClassItem.html Sat Apr 20 18:02:35 2024 +0200 @@ -210,7 +210,7 @@ </dl> <a NAME="ClassItem.paint" ID="ClassItem.paint"></a> <h4>ClassItem.paint</h4> -<b>paint</b>(<i>painter, option, widget=None</i>) +<b>paint</b>(<i>painter, option, _widget=None</i>) <p> Public method to paint the item in local coordinates. </p> @@ -225,23 +225,23 @@ <dd> style options </dd> -<dt><i>widget</i> (QWidget)</dt> +<dt><i>_widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on +optional reference to the widget painted on (unused) </dd> </dl> <a NAME="ClassItem.parseItemDataString" ID="ClassItem.parseItemDataString"></a> <h4>ClassItem.parseItemDataString</h4> -<b>parseItemDataString</b>(<i>version, data</i>) +<b>parseItemDataString</b>(<i>_version, data</i>) <p> Public method to parse the given persistence data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.ImportsDiagramBuilder.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.ImportsDiagramBuilder.html Sat Apr 20 18:02:35 2024 +0200 @@ -242,16 +242,16 @@ <a NAME="ImportsDiagramBuilder.fromDict" ID="ImportsDiagramBuilder.fromDict"></a> <h4>ImportsDiagramBuilder.fromDict</h4> -<b>fromDict</b>(<i>version, data</i>) +<b>fromDict</b>(<i>_version, data</i>) <p> Public method to populate the class with data persisted by 'toDict()'. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd> @@ -280,16 +280,16 @@ <a NAME="ImportsDiagramBuilder.parsePersistenceData" ID="ImportsDiagramBuilder.parsePersistenceData"></a> <h4>ImportsDiagramBuilder.parsePersistenceData</h4> -<b>parsePersistenceData</b>(<i>version, data</i>) +<b>parsePersistenceData</b>(<i>_version, data</i>) <p> Public method to parse persisted data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.ModuleItem.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.ModuleItem.html Sat Apr 20 18:02:35 2024 +0200 @@ -179,7 +179,7 @@ <a NAME="ModuleItem.paint" ID="ModuleItem.paint"></a> <h4>ModuleItem.paint</h4> -<b>paint</b>(<i>painter, option, widget=None</i>) +<b>paint</b>(<i>painter, option, _widget=None</i>) <p> Public method to paint the item in local coordinates. </p> @@ -194,23 +194,23 @@ <dd> style options </dd> -<dt><i>widget</i> (QWidget)</dt> +<dt><i>_widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on +optional reference to the widget painted on (unused) </dd> </dl> <a NAME="ModuleItem.parseItemDataString" ID="ModuleItem.parseItemDataString"></a> <h4>ModuleItem.parseItemDataString</h4> -<b>parseItemDataString</b>(<i>version, data</i>) +<b>parseItemDataString</b>(<i>_version, data</i>) <p> Public method to parse the given persistence data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.PackageDiagramBuilder.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.PackageDiagramBuilder.html Sat Apr 20 18:02:35 2024 +0200 @@ -345,16 +345,16 @@ <a NAME="PackageDiagramBuilder.fromDict" ID="PackageDiagramBuilder.fromDict"></a> <h4>PackageDiagramBuilder.fromDict</h4> -<b>fromDict</b>(<i>version, data</i>) +<b>fromDict</b>(<i>_version, data</i>) <p> Public method to populate the class with data persisted by 'toDict()'. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd> @@ -383,16 +383,16 @@ <a NAME="PackageDiagramBuilder.parsePersistenceData" ID="PackageDiagramBuilder.parsePersistenceData"></a> <h4>PackageDiagramBuilder.parsePersistenceData</h4> -<b>parsePersistenceData</b>(<i>version, data</i>) +<b>parsePersistenceData</b>(<i>_version, data</i>) <p> Public method to parse persisted data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.PackageItem.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.PackageItem.html Sat Apr 20 18:02:35 2024 +0200 @@ -184,7 +184,7 @@ <a NAME="PackageItem.paint" ID="PackageItem.paint"></a> <h4>PackageItem.paint</h4> -<b>paint</b>(<i>painter, option, widget=None</i>) +<b>paint</b>(<i>painter, option, _widget=None</i>) <p> Public method to paint the item in local coordinates. </p> @@ -199,23 +199,23 @@ <dd> style options </dd> -<dt><i>widget</i> (QWidget)</dt> +<dt><i>_widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on +optional reference to the widget painted on (unused) </dd> </dl> <a NAME="PackageItem.parseItemDataString" ID="PackageItem.parseItemDataString"></a> <h4>PackageItem.parseItemDataString</h4> -<b>parseItemDataString</b>(<i>version, data</i>) +<b>parseItemDataString</b>(<i>_version, data</i>) <p> Public method to parse the given persistence data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLClassDiagramBuilder.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLClassDiagramBuilder.html Sat Apr 20 18:02:35 2024 +0200 @@ -267,16 +267,16 @@ <a NAME="UMLClassDiagramBuilder.fromDict" ID="UMLClassDiagramBuilder.fromDict"></a> <h4>UMLClassDiagramBuilder.fromDict</h4> -<b>fromDict</b>(<i>version, data</i>) +<b>fromDict</b>(<i>_version, data</i>) <p> Public method to populate the class with data persisted by 'toDict()'. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd> @@ -305,16 +305,16 @@ <a NAME="UMLClassDiagramBuilder.parsePersistenceData" ID="UMLClassDiagramBuilder.parsePersistenceData"></a> <h4>UMLClassDiagramBuilder.parsePersistenceData</h4> -<b>parsePersistenceData</b>(<i>version, data</i>) +<b>parsePersistenceData</b>(<i>_version, data</i>) <p> Public method to parse persisted data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLDiagramBuilder.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLDiagramBuilder.html Sat Apr 20 18:02:35 2024 +0200 @@ -164,11 +164,11 @@ <dt><i>version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd> -dictionary containing the persisted data +dictionary containing the persisted data (unused) </dd> </dl> <dl> @@ -202,11 +202,11 @@ <dt><i>version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (str)</dt> <dd> -persisted data to be parsed +persisted data to be parsed (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLGraphicsView.html Sat Apr 20 18:02:35 2024 +0200 @@ -489,16 +489,16 @@ </dl> <a NAME="UMLGraphicsView.fromDict" ID="UMLGraphicsView.fromDict"></a> <h4>UMLGraphicsView.fromDict</h4> -<b>fromDict</b>(<i>version, data</i>) +<b>fromDict</b>(<i>_version, data</i>) <p> Public method to populate the class with data persisted by 'toDict()'. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> <dt><i>data</i> (dict)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Graphics.UMLItem.html Sat Apr 20 18:02:35 2024 +0200 @@ -323,7 +323,7 @@ </dl> <a NAME="UMLItem.paint" ID="UMLItem.paint"></a> <h4>UMLItem.paint</h4> -<b>paint</b>(<i>painter, option, widget=None</i>) +<b>paint</b>(<i>painter, option, _widget=None</i>) <p> Public method to paint the item in local coordinates. </p> @@ -338,27 +338,27 @@ <dd> style options </dd> -<dt><i>widget</i> (QWidget)</dt> +<dt><i>_widget</i> (QWidget)</dt> <dd> -optional reference to the widget painted on +optional reference to the widget painted on (unused) </dd> </dl> <a NAME="UMLItem.parseItemDataString" ID="UMLItem.parseItemDataString"></a> <h4>UMLItem.parseItemDataString</h4> -<b>parseItemDataString</b>(<i>version, data</i>) +<b>parseItemDataString</b>(<i>_version, _data</i>) <p> Public method to parse the given persistence data. </p> <dl> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -version of the data +version of the data (unused) </dd> -<dt><i>data</i> (str)</dt> +<dt><i>_data</i> (str)</dt> <dd> -persisted data to be parsed +persisted data to be parsed (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.AssistantJedi.html Sat Apr 20 18:02:35 2024 +0200 @@ -264,7 +264,7 @@ </dl> <a NAME="AssistantJedi.__editorShowMenu" ID="AssistantJedi.__editorShowMenu"></a> <h4>AssistantJedi.__editorShowMenu</h4> -<b>__editorShowMenu</b>(<i>menuName, menu, editor</i>) +<b>__editorShowMenu</b>(<i>menuName, _menu, editor</i>) <p> Private slot called, when the the editor context menu or a submenu is about to be shown. @@ -276,9 +276,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> <dt><i>editor</i> (Editor)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.JediInterface.JediClient.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.JediClient.html Sat Apr 20 18:02:35 2024 +0200 @@ -194,16 +194,16 @@ </dl> <a NAME="JediClient.__closeProject" ID="JediClient.__closeProject"></a> <h4>JediClient.__closeProject</h4> -<b>__closeProject</b>(<i>params</i>) +<b>__closeProject</b>(<i>_params</i>) <p> Private method to save a jedi project's data. </p> <dl> -<dt><i>params</i> (dict)</dt> +<dt><i>_params</i> (dict)</dt> <dd> -dictionary containing the method parameters +dictionary containing the method parameters (unused) </dd> </dl> <a NAME="JediClient.__completionFullName" ID="JediClient.__completionFullName"></a>
--- a/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html Sat Apr 20 18:02:35 2024 +0200 @@ -564,7 +564,7 @@ </dl> <a NAME="JediServer.getCallTips" ID="JediServer.getCallTips"></a> <h4>JediServer.getCallTips</h4> -<b>getCallTips</b>(<i>editor, pos, commas</i>) +<b>getCallTips</b>(<i>editor, _pos, _commas</i>) <p> Public method to calculate calltips. </p> @@ -575,13 +575,13 @@ <dd> reference to the editor object, that called this method </dd> -<dt><i>pos</i> (int)</dt> +<dt><i>_pos</i> (int)</dt> <dd> -position in the text for the calltip +position in the text for the calltip (unused) </dd> -<dt><i>commas</i> (int)</dt> +<dt><i>_commas</i> (int)</dt> <dd> -minimum number of commas contained in the calltip +minimum number of commas contained in the calltip (unused) </dd> </dl> <dl> @@ -736,7 +736,7 @@ </dl> <a NAME="JediServer.requestCompletions" ID="JediServer.requestCompletions"></a> <h4>JediServer.requestCompletions</h4> -<b>requestCompletions</b>(<i>editor, context, acText</i>) +<b>requestCompletions</b>(<i>editor, _context, acText</i>) <p> Public method to request a list of possible completions. </p> @@ -747,9 +747,9 @@ <dd> reference to the editor object, that called this method </dd> -<dt><i>context</i> (bool)</dt> +<dt><i>_context</i> (bool)</dt> <dd> -flag indicating to autocomplete a context +flag indicating to autocomplete a context (unused) </dd> <dt><i>acText</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.CircuitPythonDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -1605,7 +1605,7 @@ </dl> <a NAME="CircuitPythonDevice.writeCredentials" ID="CircuitPythonDevice.writeCredentials"></a> <h4>CircuitPythonDevice.writeCredentials</h4> -<b>writeCredentials</b>(<i>ssid, password, hostname, country</i>) +<b>writeCredentials</b>(<i>ssid, password, hostname, _country</i>) <p> Public method to write the given credentials to the connected device and modify the start script to connect automatically. @@ -1625,7 +1625,7 @@ <dd> host name of the device </dd> -<dt><i>country</i> (str)</dt> +<dt><i>_country</i> (str)</dt> <dd> WiFi country code (unused) </dd> @@ -1679,7 +1679,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -1706,9 +1706,9 @@ <dd> name of the board </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.DeviceBase.html Sat Apr 20 18:02:35 2024 +0200 @@ -920,10 +920,11 @@ <dd> configuration for the connection (either the string 'dhcp' for a dynamic address or a tuple of four strings with the IPv4 parameters. + (unused) </dd> <dt><i>hostname</i> (str)</dt> <dd> -host name of the device +host name of the device (unused) </dd> </dl> <dl> @@ -949,15 +950,15 @@ <dt><i>ssid</i> (str)</dt> <dd> -name (SSID) of the WiFi network +name (SSID) of the WiFi network (unused) </dd> <dt><i>password</i> (str)</dt> <dd> -password needed to connect +password needed to connect (unused) </dd> <dt><i>hostname</i> (str)</dt> <dd> -host name of the device +host name of the device (unused) </dd> </dl> <dl> @@ -1022,7 +1023,7 @@ <dt><i>interface</i> (str)</dt> <dd> designation of the interface to be deactivated (one of 'AP' - or 'STA') + or 'STA') (unused) </dd> </dl> <dl> @@ -1133,7 +1134,7 @@ <dt><i>password</i> (str)</dt> <dd> -password needed to authenticate +password needed to authenticate (unused) </dd> </dl> <dl> @@ -1458,7 +1459,7 @@ <dt><i>timeout</i> (int (optional))</dt> <dd> duration of the device scan in seconds (defaults - to 10) + to 10) (unused) </dd> </dl> <dl> @@ -2487,16 +2488,16 @@ <dt><i>server</i> (str (optional))</dt> <dd> name of the NTP server to get the network time from - (defaults to "0.pool.ntp.org") + (defaults to "0.pool.ntp.org") (unused) </dd> <dt><i>tzOffset</i> (int (optional))</dt> <dd> -offset with respect to UTC (defaults to 0) +offset with respect to UTC (defaults to 0) (unused) </dd> <dt><i>timeout</i> (int)</dt> <dd> maximum time to wait for a server response in seconds - (defaults to 10) + (defaults to 10) (unused) </dd> </dl> <dl> @@ -2564,24 +2565,24 @@ <dt><i>ssid</i> (str)</dt> <dd> -SSID of the access point +SSID of the access point (unused) </dd> <dt><i>security</i> (int (optional))</dt> <dd> -security method (defaults to None) +security method (defaults to None) (unused) </dd> <dt><i>password</i> (str (optional))</dt> <dd> -password (defaults to None) +password (defaults to None) (unused) </dd> <dt><i>hostname</i> (str (optional))</dt> <dd> -host name of the device (defaults to None) +host name of the device (defaults to None) (unused) </dd> <dt><i>ifconfig</i> (tuple of (str, str, str, str))</dt> <dd> IPv4 configuration for the access point if not default - (IPv4 address, netmask, gateway address, DNS server address) + (IPv4 address, netmask, gateway address, DNS server address) (unused) </dd> </dl> <dl> @@ -2655,7 +2656,7 @@ </dl> <a NAME="BaseDevice.syncTime" ID="BaseDevice.syncTime"></a> <h4>BaseDevice.syncTime</h4> -<b>syncTime</b>(<i>deviceType, hasCPy=False</i>) +<b>syncTime</b>(<i>_deviceType, hasCPy=False</i>) <p> Public method to set the time of the connected device to the local computer's time. @@ -2663,14 +2664,14 @@ <dl> -<dt><i>deviceType</i> (str)</dt> +<dt><i>_deviceType</i> (str)</dt> <dd> -type of board to sync time to +type of board to sync time to (unused) </dd> <dt><i>hasCPy</i> (bool)</dt> <dd> flag indicating that the device has CircuitPython loadede - (defaults to False) + (defaults to False) (unused) </dd> </dl> <dl> @@ -2718,19 +2719,19 @@ <dt><i>ssid</i> (str)</dt> <dd> -SSID of the network to connect to +SSID of the network to connect to (unused) </dd> <dt><i>password</i> (str)</dt> <dd> -password needed to authenticate +password needed to authenticate (unused) </dd> <dt><i>hostname</i> (str)</dt> <dd> -host name of the device +host name of the device (unused) </dd> <dt><i>country</i> (str)</dt> <dd> -WiFi country code +WiFi country code (unused) </dd> </dl> <dl> @@ -2759,10 +2760,11 @@ <dd> configuration for the connection (either the string 'dhcp' for a dynamic address or a tuple of four strings with the IPv4 parameters. + (unused) </dd> <dt><i>hostname</i> (str)</dt> <dd> -host name of the device +host name of the device (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -1332,7 +1332,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -1347,21 +1347,21 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.GenericMicroPythonDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.GenericMicroPythonDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -510,7 +510,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -533,13 +533,13 @@ <dd> product ID </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.MicrobitDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -847,7 +847,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -862,17 +862,17 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> <dt><i>serialNumber</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.PyBoardDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.PyBoardDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -647,7 +647,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -662,21 +662,21 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.RP2040Devices.html Sat Apr 20 18:02:35 2024 +0200 @@ -1469,7 +1469,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -1484,21 +1484,21 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.STLinkDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.STLinkDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -620,7 +620,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -635,21 +635,21 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.TeensyDevices.html Sat Apr 20 18:02:35 2024 +0200 @@ -416,7 +416,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, _vid, _pid, _boardName, _serialNumber</i>) <p> Function to instantiate a MicroPython device object. </p> @@ -431,21 +431,21 @@ <dd> device type assigned to this device interface </dd> -<dt><i>vid</i> (int)</dt> +<dt><i>_vid</i> (int)</dt> <dd> -vendor ID +vendor ID (unused) </dd> -<dt><i>pid</i> (int)</dt> +<dt><i>_pid</i> (int)</dt> <dd> -product ID +product ID (unused) </dd> -<dt><i>boardName</i> (str)</dt> +<dt><i>_boardName</i> (str)</dt> <dd> -name of the board +name of the board (unused) </dd> -<dt><i>serialNumber</i> (str)</dt> +<dt><i>_serialNumber</i> (str)</dt> <dd> -serial number of the board +serial number of the board (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWebreplDeviceInterface.html Sat Apr 20 18:02:35 2024 +0200 @@ -222,7 +222,7 @@ <dt><i>mode=</i> (str)</dt> <dd> submit mode to be used (one of 'raw' or 'paste') (defaults to - 'raw'). This is ignored because webrepl always uses 'paste' mode. + 'raw'). This is ignored because webrepl always uses 'paste' mode. (unused) </dd> <dt><i>timeout=</i> (int (optional))</dt> <dd> @@ -244,7 +244,7 @@ </dl> <a NAME="MicroPythonWebreplDeviceInterface.executeAsync" ID="MicroPythonWebreplDeviceInterface.executeAsync"></a> <h4>MicroPythonWebreplDeviceInterface.executeAsync</h4> -<b>executeAsync</b>(<i>commandsList, submitMode</i>) +<b>executeAsync</b>(<i>commandsList, _submitMode</i>) <p> Public method to execute a series of commands over a period of time without returning any result (asynchronous execution). @@ -256,9 +256,9 @@ <dd> list of commands to be execute on the device </dd> -<dt><i>submitMode</i> (str (one of 'raw' or 'paste'))</dt> +<dt><i>_submitMode</i> (str (one of 'raw' or 'paste'))</dt> <dd> -mode to be used to submit the commands +mode to be used to submit the commands (unused) </dd> </dl> <a NAME="MicroPythonWebreplDeviceInterface.handlePreferencesChanged" ID="MicroPythonWebreplDeviceInterface.handlePreferencesChanged"></a>
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWindow.html Sat Apr 20 18:02:35 2024 +0200 @@ -243,16 +243,16 @@ </dl> <a NAME="MicroPythonWindow.addSideWidget" ID="MicroPythonWindow.addSideWidget"></a> <h4>MicroPythonWindow.addSideWidget</h4> -<b>addSideWidget</b>(<i>side, widget, icon, label, </i>) +<b>addSideWidget</b>(<i>_side, widget, icon, label, </i>) <p> Public method to add a widget to the sides. </p> <dl> -<dt><i>side</i> (UserInterfaceSide)</dt> +<dt><i>_side</i> (UserInterfaceSide)</dt> <dd> -side to add the widget to +side to add the widget to (unused) </dd> <dt><i>widget</i> (QWidget)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.PdfViewer.PdfToCWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PdfViewer.PdfToCWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -91,16 +91,16 @@ </dl> <a NAME="PdfToCModel.columnCount" ID="PdfToCModel.columnCount"></a> <h4>PdfToCModel.columnCount</h4> -<b>columnCount</b>(<i>index</i>) +<b>columnCount</b>(<i>_index</i>) <p> Public method to define the number of columns to be shown. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -index of the element +index of the element (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PipInterface.PipPackagesWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -1684,16 +1684,16 @@ </dl> <a NAME="PypiSearchResultsParser.handle_endtag" ID="PypiSearchResultsParser.handle_endtag"></a> <h4>PypiSearchResultsParser.handle_endtag</h4> -<b>handle_endtag</b>(<i>tag</i>) +<b>handle_endtag</b>(<i>_tag</i>) <p> Public method to process the end tag. </p> <dl> -<dt><i>tag</i> (str)</dt> +<dt><i>_tag</i> (str)</dt> <dd> -tag name (all lowercase) +tag name (all lowercase) (unused) </dd> </dl> <a NAME="PypiSearchResultsParser.handle_starttag" ID="PypiSearchResultsParser.handle_starttag"></a>
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html Sat Apr 20 18:02:35 2024 +0200 @@ -565,32 +565,32 @@ <a NAME="PluginManager.checkPluginEntry" ID="PluginManager.checkPluginEntry"></a> <h4>PluginManager.checkPluginEntry</h4> -<b>checkPluginEntry</b>(<i>name, short, description, url, author, version, filename, status, category, </i>) +<b>checkPluginEntry</b>(<i>_name, _short, _description, url, _author, version, filename, _status, _category, </i>) <p> Public method to check a plug-in's data for an update. </p> <dl> -<dt><i>name</i> (str)</dt> +<dt><i>_name</i> (str)</dt> <dd> -data for the name field +data for the name field (unused) </dd> -<dt><i>short</i> (str)</dt> +<dt><i>_short</i> (str)</dt> <dd> -data for the short field +data for the short field (unused) </dd> -<dt><i>description</i> (list of str)</dt> +<dt><i>_description</i> (list of str)</dt> <dd> -data for the description field +data for the description field (unused) </dd> <dt><i>url</i> (str)</dt> <dd> data for the url field </dd> -<dt><i>author</i> (str)</dt> +<dt><i>_author</i> (str)</dt> <dd> -data for the author field +data for the author field (unused) </dd> <dt><i>version</i> (str)</dt> <dd> @@ -600,13 +600,13 @@ <dd> data for the filename field </dd> -<dt><i>status</i> (str)</dt> +<dt><i>_status</i> (str)</dt> <dd> -status of the plugin (one of stable, unstable, unknown) +status of the plugin (one of stable, unstable, unknown) (unused) </dd> -<dt><i>category</i> (str)</dt> +<dt><i>_category</i> (str)</dt> <dd> -category designation of the plugin +category designation of the plugin (unused) </dd> </dl> <a NAME="PluginManager.checkPluginUpdatesAvailable" ID="PluginManager.checkPluginUpdatesAvailable"></a>
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html Sat Apr 20 18:02:35 2024 +0200 @@ -965,48 +965,48 @@ <hr /> <a NAME="registerPlugin" ID="registerPlugin"></a> <h2>registerPlugin</h2> -<b>registerPlugin</b>(<i>name, short, description, url, author, version, filename, status, category, </i>) +<b>registerPlugin</b>(<i>_name, _short, _description, url, _author, _version, _filename, _status, _category, </i>) <p> Method to register a plug-in's data. </p> <dl> -<dt><i>name</i> (str)</dt> +<dt><i>_name</i> (str)</dt> <dd> -data for the name field +data for the name field (unused) </dd> -<dt><i>short</i> (str)</dt> +<dt><i>_short</i> (str)</dt> <dd> -data for the short field +data for the short field (unused) </dd> -<dt><i>description</i> (list of str)</dt> +<dt><i>_description</i> (list of str)</dt> <dd> -data for the description field +data for the description field (unused) </dd> <dt><i>url</i> (str)</dt> <dd> data for the url field </dd> -<dt><i>author</i> (str)</dt> +<dt><i>_author</i> (str)</dt> <dd> -data for the author field +data for the author field (unused) </dd> -<dt><i>version</i> (str)</dt> +<dt><i>_version</i> (str)</dt> <dd> -data for the version field +data for the version field (unused) </dd> -<dt><i>filename</i> (str)</dt> +<dt><i>_filename</i> (str)</dt> <dd> -data for the filename field +data for the filename field (unused) </dd> -<dt><i>status</i> (str)</dt> +<dt><i>_status</i> (str)</dt> <dd> -status of the plugin (one of stable, unstable, unknown) +status of the plugin (one of stable, unstable, unknown) (unused) </dd> -<dt><i>category</i> (str)</dt> +<dt><i>_category</i> (str)</dt> <dd> -category designation of the plugin +category designation of the plugin (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -457,16 +457,16 @@ <hr /> <a NAME="securityOk" ID="securityOk"></a> <h2>securityOk</h2> -<b>securityOk</b>(<i>errorCode, lineFlags</i>) +<b>securityOk</b>(<i>_errorCode, lineFlags</i>) <p> Function to check, if the given error code is an acknowledged security report. </p> <dl> -<dt><i>errorCode</i> (str)</dt> +<dt><i>_errorCode</i> (str)</dt> <dd> -error code to be checked +error code to be checked (unused) </dd> <dt><i>lineFlags</i> (list of str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html Sat Apr 20 18:02:35 2024 +0200 @@ -431,7 +431,7 @@ </dl> <a NAME="CodeStyleFixer.__fixD111" ID="CodeStyleFixer.__fixD111"></a> <h4>CodeStyleFixer.__fixD111</h4> -<b>__fixD111</b>(<i>code, line, pos</i>) +<b>__fixD111</b>(<i>_code, line, _pos</i>) <p> Private method to fix docstring enclosed in wrong quotes. </p> @@ -441,17 +441,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -470,7 +470,7 @@ </dl> <a NAME="CodeStyleFixer.__fixD112" ID="CodeStyleFixer.__fixD112"></a> <h4>CodeStyleFixer.__fixD112</h4> -<b>__fixD112</b>(<i>code, line, pos</i>) +<b>__fixD112</b>(<i>code, line, _pos</i>) <p> Private method to fix docstring 'r' in leading quotes. </p> @@ -488,9 +488,9 @@ <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -552,7 +552,7 @@ </dl> <a NAME="CodeStyleFixer.__fixD131" ID="CodeStyleFixer.__fixD131"></a> <h4>CodeStyleFixer.__fixD131</h4> -<b>__fixD131</b>(<i>code, line, pos</i>) +<b>__fixD131</b>(<i>_code, line, _pos</i>) <p> Private method to fix a docstring summary not ending with a period. @@ -563,17 +563,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -988,7 +988,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE101" ID="CodeStyleFixer.__fixE101"></a> <h4>CodeStyleFixer.__fixE101</h4> -<b>__fixE101</b>(<i>code, line, pos</i>) +<b>__fixE101</b>(<i>code, line, _pos</i>) <p> Private method to fix obsolete tab usage and indentation errors. </p> @@ -1006,9 +1006,9 @@ <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -1288,7 +1288,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE201" ID="CodeStyleFixer.__fixE201"></a> <h4>CodeStyleFixer.__fixE201</h4> -<b>__fixE201</b>(<i>code, line, pos</i>) +<b>__fixE201</b>(<i>_code, line, pos</i>) <p> Private method to fix extraneous whitespace. </p> @@ -1298,9 +1298,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1327,7 +1327,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE221" ID="CodeStyleFixer.__fixE221"></a> <h4>CodeStyleFixer.__fixE221</h4> -<b>__fixE221</b>(<i>code, line, pos</i>) +<b>__fixE221</b>(<i>_code, line, pos</i>) <p> Private method to fix extraneous whitespace around operator or keyword. @@ -1338,9 +1338,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1367,7 +1367,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE225" ID="CodeStyleFixer.__fixE225"></a> <h4>CodeStyleFixer.__fixE225</h4> -<b>__fixE225</b>(<i>code, line, pos</i>) +<b>__fixE225</b>(<i>_code, line, pos</i>) <p> Private method to fix extraneous whitespaces around operator. </p> @@ -1377,9 +1377,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1406,7 +1406,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE231" ID="CodeStyleFixer.__fixE231"></a> <h4>CodeStyleFixer.__fixE231</h4> -<b>__fixE231</b>(<i>code, line, pos</i>) +<b>__fixE231</b>(<i>_code, line, pos</i>) <p> Private method to fix missing whitespace after ',;:'. </p> @@ -1416,9 +1416,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1445,7 +1445,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE251" ID="CodeStyleFixer.__fixE251"></a> <h4>CodeStyleFixer.__fixE251</h4> -<b>__fixE251</b>(<i>code, line, pos</i>) +<b>__fixE251</b>(<i>_code, line, pos</i>) <p> Private method to fix extraneous whitespace around keyword and default parameter equals. @@ -1456,9 +1456,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1485,7 +1485,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE261" ID="CodeStyleFixer.__fixE261"></a> <h4>CodeStyleFixer.__fixE261</h4> -<b>__fixE261</b>(<i>code, line, pos</i>) +<b>__fixE261</b>(<i>_code, line, pos</i>) <p> Private method to fix whitespace before or after inline comment. </p> @@ -1495,9 +1495,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1654,7 +1654,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE502" ID="CodeStyleFixer.__fixE502"></a> <h4>CodeStyleFixer.__fixE502</h4> -<b>__fixE502</b>(<i>code, line, pos</i>) +<b>__fixE502</b>(<i>_code, line, _pos</i>) <p> Private method to fix redundant backslash within brackets. </p> @@ -1664,17 +1664,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -1779,7 +1779,7 @@ </dl> <a NAME="CodeStyleFixer.__fixE711" ID="CodeStyleFixer.__fixE711"></a> <h4>CodeStyleFixer.__fixE711</h4> -<b>__fixE711</b>(<i>code, line, pos</i>) +<b>__fixE711</b>(<i>_code, line, pos</i>) <p> Private method to fix comparison with None. </p> @@ -1789,9 +1789,9 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> @@ -1905,7 +1905,7 @@ </dl> <a NAME="CodeStyleFixer.__fixReindent" ID="CodeStyleFixer.__fixReindent"></a> <h4>CodeStyleFixer.__fixReindent</h4> -<b>__fixReindent</b>(<i>line, pos, logical</i>) +<b>__fixReindent</b>(<i>line, _pos, logical</i>) <p> Private method to fix a badly indented line. </p> @@ -1919,9 +1919,9 @@ <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> <dt><i>logical</i> (str)</dt> <dd> @@ -1949,7 +1949,7 @@ </dl> <a NAME="CodeStyleFixer.__fixW291" ID="CodeStyleFixer.__fixW291"></a> <h4>CodeStyleFixer.__fixW291</h4> -<b>__fixW291</b>(<i>code, line, pos</i>) +<b>__fixW291</b>(<i>_code, line, _pos</i>) <p> Private method to fix trailing whitespace. </p> @@ -1959,17 +1959,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -1988,7 +1988,7 @@ </dl> <a NAME="CodeStyleFixer.__fixW292" ID="CodeStyleFixer.__fixW292"></a> <h4>CodeStyleFixer.__fixW292</h4> -<b>__fixW292</b>(<i>code, line, pos</i>) +<b>__fixW292</b>(<i>_code, line, _pos</i>) <p> Private method to fix a missing newline at the end of file. </p> @@ -1998,17 +1998,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -2027,7 +2027,7 @@ </dl> <a NAME="CodeStyleFixer.__fixW391" ID="CodeStyleFixer.__fixW391"></a> <h4>CodeStyleFixer.__fixW391</h4> -<b>__fixW391</b>(<i>code, line, pos</i>) +<b>__fixW391</b>(<i>_code, line, _pos</i>) <p> Private method to fix trailing blank lines. </p> @@ -2037,17 +2037,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl> @@ -2066,7 +2066,7 @@ </dl> <a NAME="CodeStyleFixer.__fixW603" ID="CodeStyleFixer.__fixW603"></a> <h4>CodeStyleFixer.__fixW603</h4> -<b>__fixW603</b>(<i>code, line, pos</i>) +<b>__fixW603</b>(<i>_code, line, _pos</i>) <p> Private method to fix the not equal notation. </p> @@ -2076,17 +2076,17 @@ <dl> -<dt><i>code</i> (str)</dt> -<dd> -code of the issue +<dt><i>_code</i> (str)</dt> +<dd> +code of the issue (unused) </dd> <dt><i>line</i> (int)</dt> <dd> line number of the issue </dd> -<dt><i>pos</i> (int)</dt> -<dd> -position inside line +<dt><i>_pos</i> (int)</dt> +<dd> +position inside line (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -295,7 +295,7 @@ </dl> <a NAME="DocStyleChecker.__checkBackslashes" ID="DocStyleChecker.__checkBackslashes"></a> <h4>DocStyleChecker.__checkBackslashes</h4> -<b>__checkBackslashes</b>(<i>docstringContext, context</i>) +<b>__checkBackslashes</b>(<i>docstringContext, _context</i>) <p> Private method to check, that all docstrings containing backslashes are surrounded by raw triple double quotes. @@ -307,14 +307,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkBlankAfterLastParagraph" ID="DocStyleChecker.__checkBlankAfterLastParagraph"></a> <h4>DocStyleChecker.__checkBlankAfterLastParagraph</h4> -<b>__checkBlankAfterLastParagraph</b>(<i>docstringContext, context</i>) +<b>__checkBlankAfterLastParagraph</b>(<i>docstringContext, _context</i>) <p> Private method to check, that the last paragraph of docstrings is followed by a blank line. @@ -326,14 +326,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkBlankAfterSummary" ID="DocStyleChecker.__checkBlankAfterSummary"></a> <h4>DocStyleChecker.__checkBlankAfterSummary</h4> -<b>__checkBlankAfterSummary</b>(<i>docstringContext, context</i>) +<b>__checkBlankAfterSummary</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries are followed by a blank line. @@ -345,9 +345,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkBlankBeforeAndAfterClass" ID="DocStyleChecker.__checkBlankBeforeAndAfterClass"></a> @@ -390,7 +390,7 @@ </dl> <a NAME="DocStyleChecker.__checkEndsWithPeriod" ID="DocStyleChecker.__checkEndsWithPeriod"></a> <h4>DocStyleChecker.__checkEndsWithPeriod</h4> -<b>__checkEndsWithPeriod</b>(<i>docstringContext, context</i>) +<b>__checkEndsWithPeriod</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries end with a period. </p> @@ -401,14 +401,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricBlankAfterSummary" ID="DocStyleChecker.__checkEricBlankAfterSummary"></a> <h4>DocStyleChecker.__checkEricBlankAfterSummary</h4> -<b>__checkEricBlankAfterSummary</b>(<i>docstringContext, context</i>) +<b>__checkEricBlankAfterSummary</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries are followed by a blank line. @@ -420,14 +420,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricDocumentationDeprecatedTags" ID="DocStyleChecker.__checkEricDocumentationDeprecatedTags"></a> <h4>DocStyleChecker.__checkEricDocumentationDeprecatedTags</h4> -<b>__checkEricDocumentationDeprecatedTags</b>(<i>docstringContext, context, </i>) +<b>__checkEricDocumentationDeprecatedTags</b>(<i>docstringContext, _context, </i>) <p> Private method to check the use of deprecated documentation tags. </p> @@ -438,14 +438,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricDocumentationIndent" ID="DocStyleChecker.__checkEricDocumentationIndent"></a> <h4>DocStyleChecker.__checkEricDocumentationIndent</h4> -<b>__checkEricDocumentationIndent</b>(<i>docstringContext, context, </i>) +<b>__checkEricDocumentationIndent</b>(<i>docstringContext, _context, </i>) <p> Private method to check the the correct indentation of the tag lines. </p> @@ -456,14 +456,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricDocumentationSequence" ID="DocStyleChecker.__checkEricDocumentationSequence"></a> <h4>DocStyleChecker.__checkEricDocumentationSequence</h4> -<b>__checkEricDocumentationSequence</b>(<i>docstringContext, context, </i>) +<b>__checkEricDocumentationSequence</b>(<i>docstringContext, _context, </i>) <p> Private method to check, that method docstring follows the correct sequence of entries (e.g. @param is followed by @type). @@ -475,14 +475,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricEndsWithPeriod" ID="DocStyleChecker.__checkEricEndsWithPeriod"></a> <h4>DocStyleChecker.__checkEricEndsWithPeriod</h4> -<b>__checkEricEndsWithPeriod</b>(<i>docstringContext, context</i>) +<b>__checkEricEndsWithPeriod</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries end with a period. </p> @@ -493,9 +493,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricException" ID="DocStyleChecker.__checkEricException"></a> @@ -543,7 +543,7 @@ </dl> <a NAME="DocStyleChecker.__checkEricNBlankAfterLastParagraph" ID="DocStyleChecker.__checkEricNBlankAfterLastParagraph"></a> <h4>DocStyleChecker.__checkEricNBlankAfterLastParagraph</h4> -<b>__checkEricNBlankAfterLastParagraph</b>(<i>docstringContext, context</i>) +<b>__checkEricNBlankAfterLastParagraph</b>(<i>docstringContext, _context</i>) <p> Private method to check, that the last paragraph of docstrings is not followed by a blank line. @@ -555,9 +555,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ID="DocStyleChecker.__checkEricNoBlankBeforeAndAfterClassOrFunction"></a> @@ -581,7 +581,7 @@ </dl> <a NAME="DocStyleChecker.__checkEricQuotesOnSeparateLines" ID="DocStyleChecker.__checkEricQuotesOnSeparateLines"></a> <h4>DocStyleChecker.__checkEricQuotesOnSeparateLines</h4> -<b>__checkEricQuotesOnSeparateLines</b>(<i>docstringContext, context</i>) +<b>__checkEricQuotesOnSeparateLines</b>(<i>docstringContext, _context</i>) <p> Private method to check, that leading and trailing quotes are on a line by themselves. @@ -593,9 +593,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkEricReturn" ID="DocStyleChecker.__checkEricReturn"></a> @@ -700,7 +700,7 @@ </dl> <a NAME="DocStyleChecker.__checkImperativeMood" ID="DocStyleChecker.__checkImperativeMood"></a> <h4>DocStyleChecker.__checkImperativeMood</h4> -<b>__checkImperativeMood</b>(<i>docstringContext, context</i>) +<b>__checkImperativeMood</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries are in imperative mood. @@ -712,9 +712,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkIndent" ID="DocStyleChecker.__checkIndent"></a> @@ -830,7 +830,7 @@ </dl> <a NAME="DocStyleChecker.__checkSummary" ID="DocStyleChecker.__checkSummary"></a> <h4>DocStyleChecker.__checkSummary</h4> -<b>__checkSummary</b>(<i>docstringContext, context</i>) +<b>__checkSummary</b>(<i>docstringContext, _context</i>) <p> Private method to check, that docstring summaries contain some text. </p> @@ -841,14 +841,14 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__checkTripleDoubleQuotes" ID="DocStyleChecker.__checkTripleDoubleQuotes"></a> <h4>DocStyleChecker.__checkTripleDoubleQuotes</h4> -<b>__checkTripleDoubleQuotes</b>(<i>docstringContext, context</i>) +<b>__checkTripleDoubleQuotes</b>(<i>docstringContext, _context</i>) <p> Private method to check, that all docstrings are surrounded by triple double quotes. @@ -860,9 +860,9 @@ <dd> docstring context </dd> -<dt><i>context</i> (DocStyleContext)</dt> +<dt><i>_context</i> (DocStyleContext)</dt> <dd> -context of the docstring +context of the docstring (unused) </dd> </dl> <a NAME="DocStyleChecker.__error" ID="DocStyleChecker.__error"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ </dl> <a NAME="NamingStyleChecker.__checkFunctionArgumentNames" ID="NamingStyleChecker.__checkFunctionArgumentNames"></a> <h4>NamingStyleChecker.__checkFunctionArgumentNames</h4> -<b>__checkFunctionArgumentNames</b>(<i>node, parents</i>) +<b>__checkFunctionArgumentNames</b>(<i>node, _parents</i>) <p> Private class to check the argument names of functions (N803, N804, N805, N806). @@ -235,9 +235,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -254,7 +254,7 @@ </dl> <a NAME="NamingStyleChecker.__checkFunctionName" ID="NamingStyleChecker.__checkFunctionName"></a> <h4>NamingStyleChecker.__checkFunctionName</h4> -<b>__checkFunctionName</b>(<i>node, parents</i>) +<b>__checkFunctionName</b>(<i>node, _parents</i>) <p> Private class to check the given node for function name conventions (N802, N809). @@ -273,9 +273,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -292,7 +292,7 @@ </dl> <a NAME="NamingStyleChecker.__checkImportAs" ID="NamingStyleChecker.__checkImportAs"></a> <h4>NamingStyleChecker.__checkImportAs</h4> -<b>__checkImportAs</b>(<i>node, parents</i>) +<b>__checkImportAs</b>(<i>node, _parents</i>) <p> Private method to check that imports don't change the naming convention (N811, N812, N813, N814, N815). @@ -304,9 +304,9 @@ <dd> AST node to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -323,7 +323,7 @@ </dl> <a NAME="NamingStyleChecker.__checkModule" ID="NamingStyleChecker.__checkModule"></a> <h4>NamingStyleChecker.__checkModule</h4> -<b>__checkModule</b>(<i>node, parents</i>) +<b>__checkModule</b>(<i>node, _parents</i>) <p> Private method to check module naming conventions (N807, N808). </p> @@ -337,9 +337,9 @@ <dd> AST node to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl> @@ -356,7 +356,7 @@ </dl> <a NAME="NamingStyleChecker.__checkNameToBeAvoided" ID="NamingStyleChecker.__checkNameToBeAvoided"></a> <h4>NamingStyleChecker.__checkNameToBeAvoided</h4> -<b>__checkNameToBeAvoided</b>(<i>node, parents</i>) +<b>__checkNameToBeAvoided</b>(<i>node, _parents</i>) <p> Private class to check the given node for a name to be avoided (N831). </p> @@ -367,9 +367,9 @@ <dd> AST note to check </dd> -<dt><i>parents</i> (list of ast.AST)</dt> +<dt><i>_parents</i> (list of ast.AST)</dt> <dd> -list of parent nodes +list of parent nodes (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkAssertUsed" ID="checkAssertUsed"></a> <h2>checkAssertUsed</h2> -<b>checkAssertUsed</b>(<i>reportError, context, config</i>) +<b>checkAssertUsed</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of 'assert'. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.html Sat Apr 20 18:02:35 2024 +0200 @@ -46,7 +46,7 @@ <hr /> <a NAME="checkHardcodedAwsKey" ID="checkHardcodedAwsKey"></a> <h2>checkHardcodedAwsKey</h2> -<b>checkHardcodedAwsKey</b>(<i>reportError, context, config</i>) +<b>checkHardcodedAwsKey</b>(<i>reportError, context, _config</i>) <p> Function to check for potentially hardcoded AWS passwords. </p> @@ -61,9 +61,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkNoCertificateValidation" ID="checkNoCertificateValidation"></a> <h2>checkNoCertificateValidation</h2> -<b>checkNoCertificateValidation</b>(<i>reportError, context, config</i>) +<b>checkNoCertificateValidation</b>(<i>reportError, context, _config</i>) <p> Function to check for switched off certificate validation. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html Sat Apr 20 18:02:35 2024 +0200 @@ -45,7 +45,7 @@ <hr /> <a NAME="checkDjangoExtraUsed" ID="checkDjangoExtraUsed"></a> <h2>checkDjangoExtraUsed</h2> -<b>checkDjangoExtraUsed</b>(<i>reportError, context, config</i>) +<b>checkDjangoExtraUsed</b>(<i>reportError, context, _config</i>) <p> Function to check for potential SQL injection on extra function. </p> @@ -60,9 +60,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -70,7 +70,7 @@ <hr /> <a NAME="checkDjangoRawSqlUsed" ID="checkDjangoRawSqlUsed"></a> <h2>checkDjangoRawSqlUsed</h2> -<b>checkDjangoRawSqlUsed</b>(<i>reportError, context, config</i>) +<b>checkDjangoRawSqlUsed</b>(<i>reportError, context, _config</i>) <p> Function to check for potential SQL injection on RawSQL function. </p> @@ -85,9 +85,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html Sat Apr 20 18:02:35 2024 +0200 @@ -169,7 +169,7 @@ <hr /> <a NAME="checkDjangoXssVulnerability" ID="checkDjangoXssVulnerability"></a> <h2>checkDjangoXssVulnerability</h2> -<b>checkDjangoXssVulnerability</b>(<i>reportError, context, config</i>) +<b>checkDjangoXssVulnerability</b>(<i>reportError, context, _config</i>) <p> Function to check for potential XSS vulnerability. </p> @@ -184,9 +184,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkExecUsed" ID="checkExecUsed"></a> <h2>checkExecUsed</h2> -<b>checkExecUsed</b>(<i>reportError, context, config</i>) +<b>checkExecUsed</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of 'exec'. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkFlaskDebug" ID="checkFlaskDebug"></a> <h2>checkFlaskDebug</h2> -<b>checkFlaskDebug</b>(<i>reportError, context, config</i>) +<b>checkFlaskDebug</b>(<i>reportError, context, _config</i>) <p> Function to check for a flask app being run with debug. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkBindAllInterfaces" ID="checkBindAllInterfaces"></a> <h2>checkBindAllInterfaces</h2> -<b>checkBindAllInterfaces</b>(<i>reportError, context, config</i>) +<b>checkBindAllInterfaces</b>(<i>reportError, context, _config</i>) <p> Function to check for binding to all interfaces. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.html Sat Apr 20 18:02:35 2024 +0200 @@ -70,7 +70,7 @@ <hr /> <a NAME="checkFilePermissions" ID="checkFilePermissions"></a> <h2>checkFilePermissions</h2> -<b>checkFilePermissions</b>(<i>reportError, context, config</i>) +<b>checkFilePermissions</b>(<i>reportError, context, _config</i>) <p> Function to check for setting too permissive file permissions. </p> @@ -85,9 +85,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Apr 20 18:02:35 2024 +0200 @@ -46,7 +46,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsDefault" ID="checkHardcodedPasswordAsDefault"></a> <h2>checkHardcodedPasswordAsDefault</h2> -<b>checkHardcodedPasswordAsDefault</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsDefault</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hard-coded password argument defaults. </p> @@ -61,9 +61,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -71,7 +71,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsFunctionArg" ID="checkHardcodedPasswordAsFunctionArg"></a> <h2>checkHardcodedPasswordAsFunctionArg</h2> -<b>checkHardcodedPasswordAsFunctionArg</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsFunctionArg</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hard-coded password function arguments. </p> @@ -86,9 +86,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -96,7 +96,7 @@ <hr /> <a NAME="checkHardcodedPasswordAsString" ID="checkHardcodedPasswordAsString"></a> <h2>checkHardcodedPasswordAsString</h2> -<b>checkHardcodedPasswordAsString</b>(<i>reportError, context, config</i>) +<b>checkHardcodedPasswordAsString</b>(<i>reportError, context, _config</i>) <p> Function to check for use of hardcoded password strings. </p> @@ -111,9 +111,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkParamikoCalls" ID="checkParamikoCalls"></a> <h2>checkParamikoCalls</h2> -<b>checkParamikoCalls</b>(<i>reportError, context, config</i>) +<b>checkParamikoCalls</b>(<i>reportError, context, _config</i>) <p> Function to check for shell injection within Paramiko. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html Sat Apr 20 18:02:35 2024 +0200 @@ -104,7 +104,7 @@ <hr /> <a NAME="checkHardcodedSqlExpressions" ID="checkHardcodedSqlExpressions"></a> <h2>checkHardcodedSqlExpressions</h2> -<b>checkHardcodedSqlExpressions</b>(<i>reportError, context, config</i>) +<b>checkHardcodedSqlExpressions</b>(<i>reportError, context, _config</i>) <p> Function to check for SQL injection. </p> @@ -119,9 +119,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Sat Apr 20 18:02:35 2024 +0200 @@ -95,7 +95,7 @@ <hr /> <a NAME="checkSslWithoutVersion" ID="checkSslWithoutVersion"></a> <h2>checkSslWithoutVersion</h2> -<b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>) +<b>checkSslWithoutVersion</b>(<i>reportError, context, _config</i>) <p> Function to check for SSL use with no version specified. </p> @@ -110,9 +110,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkJinja2Autoescape" ID="checkJinja2Autoescape"></a> <h2>checkJinja2Autoescape</h2> -<b>checkJinja2Autoescape</b>(<i>reportError, context, config</i>) +<b>checkJinja2Autoescape</b>(<i>reportError, context, _config</i>) <p> Function to check for not auto escaping in jinja2. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.loggingConfigInsecureListen.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.loggingConfigInsecureListen.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkLoggingConfigListen" ID="checkLoggingConfigListen"></a> <h2>checkLoggingConfigListen</h2> -<b>checkLoggingConfigListen</b>(<i>reportError, context, config</i>) +<b>checkLoggingConfigListen</b>(<i>reportError, context, _config</i>) <p> Function to check for insecure use of logging.config.listen function. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkMakoTemplateUsage" ID="checkMakoTemplateUsage"></a> <h2>checkMakoTemplateUsage</h2> -<b>checkMakoTemplateUsage</b>(<i>reportError, context, config</i>) +<b>checkMakoTemplateUsage</b>(<i>reportError, context, _config</i>) <p> Function to check for use of mako templates. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedCalls.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkProhibitedCalls" ID="checkProhibitedCalls"></a> <h2>checkProhibitedCalls</h2> -<b>checkProhibitedCalls</b>(<i>reportError, context, config</i>) +<b>checkProhibitedCalls</b>(<i>reportError, context, _config</i>) <p> Function to check for prohibited method calls. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkProhibitedImports" ID="checkProhibitedImports"></a> <h2>checkProhibitedImports</h2> -<b>checkProhibitedImports</b>(<i>reportError, context, config</i>) +<b>checkProhibitedImports</b>(<i>reportError, context, _config</i>) <p> Function to check for prohibited imports. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.requestWithoutTimeout.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkRequestWithouTimeout" ID="checkRequestWithouTimeout"></a> <h2>checkRequestWithouTimeout</h2> -<b>checkRequestWithouTimeout</b>(<i>reportError, context, config</i>) +<b>checkRequestWithouTimeout</b>(<i>reportError, context, _config</i>) <p> Function to check for use of requests without timeout. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity.html Sat Apr 20 18:02:35 2024 +0200 @@ -41,7 +41,7 @@ <hr /> <a NAME="checkInsecureVersion" ID="checkInsecureVersion"></a> <h2>checkInsecureVersion</h2> -<b>checkInsecureVersion</b>(<i>reportError, context, config</i>) +<b>checkInsecureVersion</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of insecure SNMP version like v1, v2c. @@ -57,9 +57,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -67,7 +67,7 @@ <hr /> <a NAME="checkWeakCryptography" ID="checkWeakCryptography"></a> <h2>checkWeakCryptography</h2> -<b>checkWeakCryptography</b>(<i>reportError, context, config</i>) +<b>checkWeakCryptography</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of insecure SNMP cryptography (i.e. v3 using noAuthNoPriv). @@ -83,9 +83,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkSshNoHostKeyVerification" ID="checkSshNoHostKeyVerification"></a> <h2>checkSshNoHostKeyVerification</h2> -<b>checkSshNoHostKeyVerification</b>(<i>reportError, context, config</i>) +<b>checkSshNoHostKeyVerification</b>(<i>reportError, context, _config</i>) <p> Function to check for use of mako templates. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tarfileUnsafeMembers.html Sat Apr 20 18:02:35 2024 +0200 @@ -103,7 +103,7 @@ <hr /> <a NAME="checkTarfileUnsafeMembers" ID="checkTarfileUnsafeMembers"></a> <h2>checkTarfileUnsafeMembers</h2> -<b>checkTarfileUnsafeMembers</b>(<i>reportError, context, config</i>) +<b>checkTarfileUnsafeMembers</b>(<i>reportError, context, _config</i>) <p> Function to check for insecure use of 'tarfile.extracall()'. </p> @@ -118,9 +118,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html Sat Apr 20 18:02:35 2024 +0200 @@ -37,7 +37,7 @@ <hr /> <a NAME="checkYamlLoad" ID="checkYamlLoad"></a> <h2>checkYamlLoad</h2> -<b>checkYamlLoad</b>(<i>reportError, context, config</i>) +<b>checkYamlLoad</b>(<i>reportError, context, _config</i>) <p> Function to check for the use of yaml load functions. </p> @@ -52,9 +52,9 @@ <dd> security context object </dd> -<dt><i>config</i> (dict)</dt> +<dt><i>_config</i> (dict)</dt> <dd> -dictionary with configuration data +dictionary with configuration data (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginCodeStyleChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -269,7 +269,7 @@ <a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -281,9 +281,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="CodeStyleCheckerPlugin.__serviceError" ID="CodeStyleCheckerPlugin.__serviceError"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginEricapi.html Sat Apr 20 18:02:35 2024 +0200 @@ -139,7 +139,7 @@ <a NAME="EricapiPlugin.__projectShowMenu" ID="EricapiPlugin.__projectShowMenu"></a> <h4>EricapiPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -151,9 +151,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="EricapiPlugin.activate" ID="EricapiPlugin.activate"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginEricdoc.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginEricdoc.html Sat Apr 20 18:02:35 2024 +0200 @@ -139,7 +139,7 @@ <a NAME="EricdocPlugin.__projectShowMenu" ID="EricdocPlugin.__projectShowMenu"></a> <h4>EricdocPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -151,9 +151,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="EricdocPlugin.activate" ID="EricdocPlugin.activate"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginSyntaxChecker.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginSyntaxChecker.html Sat Apr 20 18:02:35 2024 +0200 @@ -245,7 +245,7 @@ <a NAME="SyntaxCheckerPlugin.__projectShowMenu" ID="SyntaxCheckerPlugin.__projectShowMenu"></a> <h4>SyntaxCheckerPlugin.__projectShowMenu</h4> -<b>__projectShowMenu</b>(<i>menuName, menu</i>) +<b>__projectShowMenu</b>(<i>menuName, _menu</i>) <p> Private slot called, when the the project menu or a submenu is about to be shown. @@ -257,9 +257,9 @@ <dd> name of the menu to be shown </dd> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu +reference to the menu (unused) </dd> </dl> <a NAME="SyntaxCheckerPlugin.__projectSyntaxCheck" ID="SyntaxCheckerPlugin.__projectSyntaxCheck"></a>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginTranslator.html Sat Apr 20 18:02:35 2024 +0200 @@ -230,16 +230,16 @@ <hr /> <a NAME="createTranslatorPage" ID="createTranslatorPage"></a> <h2>createTranslatorPage</h2> -<b>createTranslatorPage</b>(<i>configDlg</i>) +<b>createTranslatorPage</b>(<i>_configDlg</i>) <p> Module function to create the Translator configuration page. </p> <dl> -<dt><i>configDlg</i> (ConfigurationWidget)</dt> +<dt><i>_configDlg</i> (ConfigurationWidget)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsGit.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsGit.html Sat Apr 20 18:02:35 2024 +0200 @@ -297,16 +297,16 @@ <hr /> <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> <h2>createConfigurationPage</h2> -<b>createConfigurationPage</b>(<i>configDlg</i>) +<b>createConfigurationPage</b>(<i>_configDlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>configDlg</i> (QDialog)</dt> +<dt><i>_configDlg</i> (QDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsMercurial.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsMercurial.html Sat Apr 20 18:02:35 2024 +0200 @@ -320,16 +320,16 @@ <hr /> <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> <h2>createConfigurationPage</h2> -<b>createConfigurationPage</b>(<i>configDlg</i>) +<b>createConfigurationPage</b>(<i>_configDlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>configDlg</i> (QDialog)</dt> +<dt><i>_configDlg</i> (QDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html Sat Apr 20 18:02:35 2024 +0200 @@ -307,16 +307,16 @@ <hr /> <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> <h2>createConfigurationPage</h2> -<b>createConfigurationPage</b>(<i>configDlg</i>) +<b>createConfigurationPage</b>(<i>_configDlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>configDlg</i> (QDialog)</dt> +<dt><i>_configDlg</i> (QDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsSubversion.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsSubversion.html Sat Apr 20 18:02:35 2024 +0200 @@ -307,16 +307,16 @@ <hr /> <a NAME="createConfigurationPage" ID="createConfigurationPage"></a> <h2>createConfigurationPage</h2> -<b>createConfigurationPage</b>(<i>configDlg</i>) +<b>createConfigurationPage</b>(<i>_configDlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>configDlg</i> (QDialog)</dt> +<dt><i>_configDlg</i> (QDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html Sat Apr 20 18:02:35 2024 +0200 @@ -145,15 +145,15 @@ <dt><i>requestObject</i> (TranslatorRequest)</dt> <dd> -reference to the request object +reference to the request object (unused) </dd> <dt><i>text</i> (str)</dt> <dd> -text to be pronounced +text to be pronounced (unused) </dd> <dt><i>language</i> (str)</dt> <dd> -language code of the text +language code of the text (unused) </dd> </dl> <dl> @@ -179,25 +179,25 @@ <dt><i>requestObject</i> (TranslatorRequest)</dt> <dd> -reference to the request object +reference to the request object (unused) </dd> <dt><i>text</i> (str)</dt> <dd> -text to be translated +text to be translated (unused) </dd> <dt><i>originalLanguage</i> (str)</dt> <dd> -language code of the original +language code of the original (unused) </dd> <dt><i>translationLanguage</i> (str)</dt> <dd> -language code of the translation +language code of the translation (unused) </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple of translated text and flag indicating success +tuple of translated text and flag indicating success (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.ProjectBrowserHelper.html Sat Apr 20 18:02:35 2024 +0200 @@ -374,7 +374,7 @@ </dl> <a NAME="GitProjectBrowserHelper.showContextMenu" ID="GitProjectBrowserHelper.showContextMenu"></a> <h4>GitProjectBrowserHelper.showContextMenu</h4> -<b>showContextMenu</b>(<i>menu, standardItems</i>) +<b>showContextMenu</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -385,9 +385,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -397,7 +397,7 @@ </dl> <a NAME="GitProjectBrowserHelper.showContextMenuDir" ID="GitProjectBrowserHelper.showContextMenuDir"></a> <h4>GitProjectBrowserHelper.showContextMenuDir</h4> -<b>showContextMenuDir</b>(<i>menu, standardItems</i>) +<b>showContextMenuDir</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -408,9 +408,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -420,7 +420,7 @@ </dl> <a NAME="GitProjectBrowserHelper.showContextMenuDirMulti" ID="GitProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>GitProjectBrowserHelper.showContextMenuDirMulti</h4> -<b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -431,9 +431,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -443,7 +443,7 @@ </dl> <a NAME="GitProjectBrowserHelper.showContextMenuMulti" ID="GitProjectBrowserHelper.showContextMenuMulti"></a> <h4>GitProjectBrowserHelper.showContextMenuMulti</h4> -<b>showContextMenuMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu (multiple selections) is shown. @@ -455,9 +455,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.git.html Sat Apr 20 18:02:35 2024 +0200 @@ -2555,7 +2555,7 @@ </dd> <dt><i>shortcut</i> (bool)</dt> <dd> -flag indicating a shortcut should be taken +flag indicating a shortcut should be taken (unused) </dd> </dl> <dl> @@ -2882,7 +2882,7 @@ </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> <dt><i>addAll</i> (bool)</dt> <dd> @@ -2918,11 +2918,11 @@ <dt><i>vcsDir</i> (str)</dt> <dd> -name of the VCS directory +name of the VCS directory (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> </dl> <dl> @@ -3073,7 +3073,7 @@ </dl> <a NAME="Git.vcsOptionsDialog" ID="Git.vcsOptionsDialog"></a> <h4>Git.vcsOptionsDialog</h4> -<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) +<b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) <p> Public method to get a dialog to enter repository info. </p> @@ -3084,13 +3084,13 @@ <dd> reference to the project object </dd> -<dt><i>archive</i> (str)</dt> -<dd> -name of the project in the repository +<dt><i>_archive</i> (str)</dt> +<dd> +name of the project in the repository (unused) </dd> <dt><i>editable</i> (bool)</dt> <dd> -flag indicating that the project name is editable +flag indicating that the project name is editable (unused) </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -3154,7 +3154,7 @@ </dd> <dt><i>project</i> (bool)</dt> <dd> -flag indicating deletion of a project tree +flag indicating deletion of a project tree (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sat Apr 20 18:02:35 2024 +0200 @@ -457,7 +457,7 @@ </dl> <a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a> <h4>HgProjectBrowserHelper.showContextMenu</h4> -<b>showContextMenu</b>(<i>menu, standardItems</i>) +<b>showContextMenu</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -468,9 +468,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -480,7 +480,7 @@ </dl> <a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> <h4>HgProjectBrowserHelper.showContextMenuDir</h4> -<b>showContextMenuDir</b>(<i>menu, standardItems</i>) +<b>showContextMenuDir</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -491,9 +491,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -503,7 +503,7 @@ </dl> <a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> -<b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -514,9 +514,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -526,7 +526,7 @@ </dl> <a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> -<b>showContextMenuMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu (multiple selections) is shown. @@ -538,9 +538,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Apr 20 18:02:35 2024 +0200 @@ -1900,7 +1900,7 @@ </dd> <dt><i>isDir</i> (bool)</dt> <dd> -flag indicating name is a directory +flag indicating name is a directory (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> @@ -1980,7 +1980,7 @@ </dd> <dt><i>shortcut</i> (bool)</dt> <dd> -flag indicating a shortcut should be taken +flag indicating a shortcut should be taken (unused) </dd> </dl> <dl> @@ -2311,7 +2311,7 @@ </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> <dt><i>addAll</i> (bool)</dt> <dd> @@ -2347,11 +2347,11 @@ <dt><i>vcsDir</i> (str)</dt> <dd> -name of the VCS directory +name of the VCS directory (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> </dl> <dl> @@ -2413,7 +2413,7 @@ <dt><i>name</i> (str)</dt> <dd> -file/directory name to be merged +file/directory name to be merged (unused) </dd> <dt><i>rev</i> (str)</dt> <dd> @@ -2506,7 +2506,7 @@ </dl> <a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a> <h4>Hg.vcsOptionsDialog</h4> -<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) +<b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) <p> Public method to get a dialog to enter repository info. </p> @@ -2517,13 +2517,13 @@ <dd> reference to the project object </dd> -<dt><i>archive</i> (str)</dt> +<dt><i>_archive</i> (str)</dt> <dd> -name of the project in the repository +name of the project in the repository (unused) </dd> <dt><i>editable</i> (bool)</dt> <dd> -flag indicating that the project name is editable +flag indicating that the project name is editable (unused) </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -2587,7 +2587,7 @@ </dd> <dt><i>project</i> (bool)</dt> <dd> -flag indicating deletion of a project tree +flag indicating deletion of a project tree (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> @@ -2608,16 +2608,16 @@ </dl> <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a> <h4>Hg.vcsRepositoryInfos</h4> -<b>vcsRepositoryInfos</b>(<i>ppath</i>) +<b>vcsRepositoryInfos</b>(<i>_ppath</i>) <p> Public method to retrieve information about the repository. </p> <dl> -<dt><i>ppath</i> (str)</dt> +<dt><i>_ppath</i> (str)</dt> <dd> -local path to get the repository infos +local path to get the repository infos (unused) </dd> </dl> <dl> @@ -2787,7 +2787,7 @@ <dt><i>name</i> (str)</dt> <dd> -file/directory name to determine the repo root from +file/directory name to determine the repo root from (unused) </dd> <dt><i>revision</i> (str)</dt> <dd> @@ -2822,7 +2822,7 @@ <dt><i>name</i> (str)</dt> <dd> -file/directory name to be updated (not used) +file/directory name to be updated (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html Sat Apr 20 18:02:35 2024 +0200 @@ -468,7 +468,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> <h4>SvnProjectBrowserHelper.showContextMenu</h4> -<b>showContextMenu</b>(<i>menu, standardItems</i>) +<b>showContextMenu</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -479,9 +479,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -491,7 +491,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> -<b>showContextMenuDir</b>(<i>menu, standardItems</i>) +<b>showContextMenuDir</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -502,9 +502,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -514,7 +514,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> -<b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -525,9 +525,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -537,7 +537,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> -<b>showContextMenuMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu (multiple selections) is shown. @@ -549,9 +549,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Apr 20 18:02:35 2024 +0200 @@ -531,7 +531,7 @@ </dd> <dt><i>shortcut</i> (bool)</dt> <dd> -flag indicating a shortcut should be taken +flag indicating a shortcut should be taken (unused) </dd> </dl> <dl> @@ -1501,7 +1501,7 @@ </dd> <dt><i>addAll</i> (bool)</dt> <dd> -flag indicating to add all files to the repository +flag indicating to add all files to the repository (unused) </dd> </dl> <dl> @@ -1533,11 +1533,11 @@ <dt><i>vcsDir</i> (str)</dt> <dd> -name of the VCS directory +name of the VCS directory (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> </dl> <dl> @@ -1554,7 +1554,7 @@ </dl> <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> <h4>Subversion.vcsInitConfig</h4> -<b>vcsInitConfig</b>(<i>project</i>) +<b>vcsInitConfig</b>(<i>_project</i>) <p> Public method to initialize the VCS configuration. </p> @@ -1565,9 +1565,9 @@ <dl> -<dt><i>project</i> (Project)</dt> +<dt><i>_project</i> (Project)</dt> <dd> -reference to the project +reference to the project (unused) </dd> </dl> <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> @@ -1689,7 +1689,7 @@ </dl> <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> <h4>Subversion.vcsOptionsDialog</h4> -<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) +<b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) <p> Public method to get a dialog to enter repository info. </p> @@ -1700,13 +1700,13 @@ <dd> reference to the project object </dd> -<dt><i>archive</i> (str)</dt> +<dt><i>_archive</i> (str)</dt> <dd> -name of the project in the repository +name of the project in the repository (unused) </dd> <dt><i>editable</i> (bool)</dt> <dd> -flag indicating that the project name is editable +flag indicating that the project name is editable (unused) </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -1770,7 +1770,7 @@ </dd> <dt><i>project</i> (bool)</dt> <dd> -flag indicating deletion of a project tree +flag indicating deletion of a project tree (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sat Apr 20 18:02:35 2024 +0200 @@ -456,7 +456,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenu" ID="SvnProjectBrowserHelper.showContextMenu"></a> <h4>SvnProjectBrowserHelper.showContextMenu</h4> -<b>showContextMenu</b>(<i>menu, standardItems</i>) +<b>showContextMenu</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -467,9 +467,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -479,7 +479,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuDir" ID="SvnProjectBrowserHelper.showContextMenuDir"></a> <h4>SvnProjectBrowserHelper.showContextMenuDir</h4> -<b>showContextMenuDir</b>(<i>menu, standardItems</i>) +<b>showContextMenuDir</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -490,9 +490,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -502,7 +502,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuDirMulti" ID="SvnProjectBrowserHelper.showContextMenuDirMulti"></a> <h4>SvnProjectBrowserHelper.showContextMenuDirMulti</h4> -<b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuDirMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu is shown. </p> @@ -513,9 +513,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd> @@ -525,7 +525,7 @@ </dl> <a NAME="SvnProjectBrowserHelper.showContextMenuMulti" ID="SvnProjectBrowserHelper.showContextMenuMulti"></a> <h4>SvnProjectBrowserHelper.showContextMenuMulti</h4> -<b>showContextMenuMulti</b>(<i>menu, standardItems</i>) +<b>showContextMenuMulti</b>(<i>_menu, standardItems</i>) <p> Public slot called before the context menu (multiple selections) is shown. @@ -537,9 +537,9 @@ <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> <dt><i>standardItems</i> (list of QAction)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Apr 20 18:02:35 2024 +0200 @@ -1421,7 +1421,7 @@ </dd> <dt><i>addAll</i> (bool)</dt> <dd> -flag indicating to add all files to the repository +flag indicating to add all files to the repository (unused) </dd> </dl> <dl> @@ -1453,11 +1453,11 @@ <dt><i>vcsDir</i> (str)</dt> <dd> -name of the VCS directory +name of the VCS directory (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd> -flag indicating quiet operations +flag indicating quiet operations (unused) </dd> </dl> <dl> @@ -1474,7 +1474,7 @@ </dl> <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> <h4>Subversion.vcsInitConfig</h4> -<b>vcsInitConfig</b>(<i>project</i>) +<b>vcsInitConfig</b>(<i>_project</i>) <p> Public method to initialize the VCS configuration. </p> @@ -1484,9 +1484,9 @@ <dl> -<dt><i>project</i> (Project)</dt> +<dt><i>_project</i> (Project)</dt> <dd> -reference to the project +reference to the project (unused) </dd> </dl> <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> @@ -1608,7 +1608,7 @@ </dl> <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> <h4>Subversion.vcsOptionsDialog</h4> -<b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) +<b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>) <p> Public method to get a dialog to enter repository info. </p> @@ -1619,13 +1619,13 @@ <dd> reference to the project object </dd> -<dt><i>archive</i> (str)</dt> +<dt><i>_archive</i> (str)</dt> <dd> -name of the project in the repository +name of the project in the repository (unused) </dd> <dt><i>editable</i> (bool)</dt> <dd> -flag indicating that the project name is editable +flag indicating that the project name is editable (unused) </dd> <dt><i>parent</i> (QWidget)</dt> <dd> @@ -1689,7 +1689,7 @@ </dd> <dt><i>project</i> (bool)</dt> <dd> -flag indicating deletion of a project tree +flag indicating deletion of a project tree (unused) </dd> <dt><i>noDialog</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html Sat Apr 20 18:02:35 2024 +0200 @@ -384,7 +384,7 @@ </dl> <a NAME="Listspace.__captionChange" ID="Listspace.__captionChange"></a> <h4>Listspace.__captionChange</h4> -<b>__captionChange</b>(<i>cap, editor</i>) +<b>__captionChange</b>(<i>_cap, editor</i>) <p> Private method to handle caption change signals from the editor. </p> @@ -394,9 +394,9 @@ <dl> -<dt><i>cap</i> (str)</dt> +<dt><i>_cap</i> (str)</dt> <dd> -Caption for the editor +caption for the editor (unused) </dd> <dt><i>editor</i> (Editor)</dt> <dd> @@ -627,7 +627,7 @@ <dt><i>addNext</i> (bool)</dt> <dd> flag indicating to add the view next to the current - view + view (unused) </dd> <dt><i>indexes</i> (tuple of two int)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Tabview.Tabview.html Sat Apr 20 18:02:35 2024 +0200 @@ -398,7 +398,7 @@ </dl> <a NAME="TabWidget.__captionChange" ID="TabWidget.__captionChange"></a> <h4>TabWidget.__captionChange</h4> -<b>__captionChange</b>(<i>cap, editor</i>) +<b>__captionChange</b>(<i>_cap, editor</i>) <p> Private slot to handle Caption change signals from the editor. </p> @@ -409,9 +409,9 @@ <dl> -<dt><i>cap</i> (str)</dt> +<dt><i>_cap</i> (str)</dt> <dd> -Caption for the editor +caption for the editor (unused) </dd> <dt><i>editor</i> (Editor)</dt> <dd> @@ -1310,7 +1310,7 @@ </dd> <dt><i>fn</i> (str)</dt> <dd> -filename of this editor +filename of this editor (unused) </dd> </dl> <a NAME="Tabview._syntaxErrorToggled" ID="Tabview._syntaxErrorToggled"></a>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html Sat Apr 20 18:02:35 2024 +0200 @@ -558,16 +558,16 @@ </dl> <a NAME="ConfigurationWidget.__createInterfaceLightPageWithSidebars" ID="ConfigurationWidget.__createInterfaceLightPageWithSidebars"></a> <h4>ConfigurationWidget.__createInterfaceLightPageWithSidebars</h4> -<b>__createInterfaceLightPageWithSidebars</b>(<i>configDlg</i>) +<b>__createInterfaceLightPageWithSidebars</b>(<i>_configDlg</i>) <p> Private method to create the interface configuration page in light mode. </p> <dl> -<dt><i>configDlg</i> (ConfigurationWidget)</dt> +<dt><i>_configDlg</i> (ConfigurationWidget)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ApplicationPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ApplicationPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.CondaPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.CondaPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.CooperationPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.CooperationPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -141,16 +141,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -243,7 +243,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -the model parent +the model parent (unused) </dd> </dl> <dl> @@ -290,16 +290,16 @@ </dl> <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a> <h4>PreviewModel.flags</h4> -<b>flags</b>(<i>index</i>) +<b>flags</b>(<i>_index</i>) <p> Public Qt slot to get the item flags. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -of item +of item (unused) </dd> </dl> <dl> @@ -350,16 +350,16 @@ </dl> <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a> <h4>PreviewModel.parent</h4> -<b>parent</b>(<i>child</i>) +<b>parent</b>(<i>_child</i>) <p> Public Qt slot to get the parent of the given child. </p> <dl> -<dt><i>child</i> (QModelIndex)</dt> +<dt><i>_child</i> (QModelIndex)</dt> <dd> -the model child node +the model child node (unused) </dd> </dl> <dl> @@ -385,7 +385,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -the model parent +the model parent (unused) </dd> </dl> <dl> @@ -423,16 +423,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerPython3Page.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerPython3Page.html Sat Apr 20 18:02:35 2024 +0200 @@ -133,16 +133,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DiffColoursPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DiffColoursPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,16 +195,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAPIsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAPIsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -374,16 +374,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutoCompletionJediPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutocompletionPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCallTipsJediPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCalltipsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCalltipsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorDocViewerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorDocViewerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorExportersPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorExportersPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -118,16 +118,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorFilePage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorFilePage.html Sat Apr 20 18:02:35 2024 +0200 @@ -244,16 +244,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorGeneralPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorGeneralPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -230,16 +230,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorKeywordsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorKeywordsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -184,16 +184,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationWidget)</dt> +<dt><i>_dlg</i> (ConfigurationWidget)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerJediPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -100,16 +100,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSearchPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSearchPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorStylesPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorStylesPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -293,16 +293,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSyntaxPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorSyntaxPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorTypingPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorTypingPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EmailPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -295,16 +295,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.GraphicsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.GraphicsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -111,16 +111,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HelpViewersPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HelpViewersPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HexEditorPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.HexEditorPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -111,16 +111,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.IconsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.IconsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -215,16 +215,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -142,16 +142,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg, withSidebars=False</i>) +<b>create</b>(<i>_dlg, withSidebars=False</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> <dt><i>withSidebars</i> (bool (optional))</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfacePage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfacePage.html Sat Apr 20 18:02:35 2024 +0200 @@ -162,16 +162,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.IrcPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.IrcPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -90,16 +90,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.LogViewerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.LogViewerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -118,16 +118,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -161,16 +161,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MimeTypesPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MimeTypesPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -111,16 +111,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MultiProjectPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MultiProjectPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -210,16 +210,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PdfViewerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PdfViewerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PipPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PipPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PluginManagerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PluginManagerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -108,16 +108,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PrinterPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PrinterPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -129,16 +129,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectBrowserPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectBrowserPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -193,16 +193,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PythonPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.PythonPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -100,16 +100,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.QtPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.QtPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -209,16 +209,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ShellPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ShellPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -123,16 +123,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TasksPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TasksPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -111,16 +111,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TemplatesPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TemplatesPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -100,16 +100,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TrayStarterPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.TrayStarterPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.VcsPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.VcsPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -89,16 +89,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ViewmanagerPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ViewmanagerPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserAppearancePage.html Sat Apr 20 18:02:35 2024 +0200 @@ -107,16 +107,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -152,16 +152,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (Configuration)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -140,16 +140,16 @@ <hr /> <a NAME="create" ID="create"></a> <h2>create</h2> -<b>create</b>(<i>dlg</i>) +<b>create</b>(<i>_dlg</i>) <p> Module function to create the configuration page. </p> <dl> -<dt><i>dlg</i> (ConfigurationDialog)</dt> +<dt><i>_dlg</i> (ConfigurationDialog)</dt> <dd> -reference to the configuration dialog +reference to the configuration dialog (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBaseBrowser.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBaseBrowser.html Sat Apr 20 18:02:35 2024 +0200 @@ -301,24 +301,24 @@ </dl> <a NAME="ProjectBaseBrowser.__modelRowsInserted" ID="ProjectBaseBrowser.__modelRowsInserted"></a> <h4>ProjectBaseBrowser.__modelRowsInserted</h4> -<b>__modelRowsInserted</b>(<i>parent, start, end</i>) +<b>__modelRowsInserted</b>(<i>_parent, _start, _end</i>) <p> Private slot called after rows have been inserted into the model. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>_parent</i> (QModelIndex)</dt> <dd> -parent index of inserted rows +parent index of inserted rows (unused) </dd> -<dt><i>start</i> (int)</dt> +<dt><i>_start</i> (int)</dt> <dd> -start row number +start row number (unused) </dd> -<dt><i>end</i> (int)</dt> +<dt><i>_end</i> (int)</dt> <dd> -end row number +end row number (unused) </dd> </dl> <a NAME="ProjectBaseBrowser._collapseAllDirs" ID="ProjectBaseBrowser._collapseAllDirs"></a> @@ -607,16 +607,16 @@ </dl> <a NAME="ProjectBaseBrowser._showContextMenuBack" ID="ProjectBaseBrowser._showContextMenuBack"></a> <h4>ProjectBaseBrowser._showContextMenuBack</h4> -<b>_showContextMenuBack</b>(<i>menu</i>) +<b>_showContextMenuBack</b>(<i>_menu</i>) <p> Protected slot called before the context menu is shown. </p> <dl> -<dt><i>menu</i> (QMenu)</dt> +<dt><i>_menu</i> (QMenu)</dt> <dd> -reference to the menu to be shown +reference to the menu to be shown (unused) </dd> </dl> <a NAME="ProjectBaseBrowser._showContextMenuDir" ID="ProjectBaseBrowser._showContextMenuDir"></a>
--- a/src/eric7/Documentation/Source/eric7.Project.ProjectBrowser.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectBrowser.html Sat Apr 20 18:02:35 2024 +0200 @@ -360,16 +360,16 @@ </dl> <a NAME="ProjectBrowser.__vcsStatusIndicatorClicked" ID="ProjectBrowser.__vcsStatusIndicatorClicked"></a> <h4>ProjectBrowser.__vcsStatusIndicatorClicked</h4> -<b>__vcsStatusIndicatorClicked</b>(<i>pos</i>) +<b>__vcsStatusIndicatorClicked</b>(<i>_pos</i>) <p> Private slot to react upon clicks on the VCS indicator LED. </p> <dl> -<dt><i>pos</i> (QPoint)</dt> +<dt><i>_pos</i> (QPoint)</dt> <dd> -position of the click +position of the click (unused) </dd> </dl> <a NAME="ProjectBrowser.addTypedProjectBrowser" ID="ProjectBrowser.addTypedProjectBrowser"></a>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.BaseDocstringGenerator.html Sat Apr 20 18:02:35 2024 +0200 @@ -179,7 +179,7 @@ <dt><i>cursorPosition</i> (tuple of (int, int))</dt> <dd> -current cursor position (line and column) +current cursor position (line and column) (unused) </dd> </dl> <dl> @@ -206,12 +206,12 @@ <dt><i>cursorPosition</i> (tuple of (int, int))</dt> <dd> -position of the cursor (line and index) +position of the cursor (line and index) (unused) </dd> <dt><i>fromStart</i> (bool)</dt> <dd> flag indicating that the editor text cursor is placed - on the line starting the function definition + on the line starting the function definition (unused) </dd> </dl> <a NAME="BaseDocstringGenerator.insertDocstringFromShortcut" ID="BaseDocstringGenerator.insertDocstringFromShortcut"></a> @@ -226,7 +226,7 @@ <dt><i>cursorPosition</i> (tuple of (int, int))</dt> <dd> -position of the cursor (line and index) +position of the cursor (line and index) (unused) </dd> </dl> <a NAME="BaseDocstringGenerator.isDocstringIntro" ID="BaseDocstringGenerator.isDocstringIntro"></a> @@ -241,7 +241,7 @@ <dt><i>cursorPosition</i> (tuple of (int, int))</dt> <dd> -current cursor position (line and column) +current cursor position (line and column) (unused) </dd> </dl> <dl> @@ -268,7 +268,7 @@ <dt><i>text</i> (str)</dt> <dd> -line of text to be tested +line of text to be tested (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.EricdocGenerator.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.EricdocGenerator.html Sat Apr 20 18:02:35 2024 +0200 @@ -33,7 +33,7 @@ <hr /> <a NAME="generateDoc" ID="generateDoc"></a> <h2>generateDoc</h2> -<b>generateDoc</b>(<i>functionInfo, editor</i>) +<b>generateDoc</b>(<i>functionInfo, _editor</i>) <p> Function to generate the docstring line list iaw. eric documentation style. @@ -50,9 +50,9 @@ object containing the function information to base the docstring on </dd> -<dt><i>editor</i> (Editor)</dt> +<dt><i>_editor</i> (Editor)</dt> <dd> -reference to the editor +reference to the editor (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.SphinxdocGenerator.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.SphinxdocGenerator.html Sat Apr 20 18:02:35 2024 +0200 @@ -33,7 +33,7 @@ <hr /> <a NAME="generateDoc" ID="generateDoc"></a> <h2>generateDoc</h2> -<b>generateDoc</b>(<i>functionInfo, editor</i>) +<b>generateDoc</b>(<i>functionInfo, _editor</i>) <p> Function to generate the docstring line list iaw. Sphinx documentation style. @@ -50,9 +50,9 @@ object containing the function information to base the docstring on </dd> -<dt><i>editor</i> (Editor)</dt> +<dt><i>_editor</i> (Editor)</dt> <dd> -reference to the editor +reference to the editor (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat Apr 20 18:02:35 2024 +0200 @@ -3339,7 +3339,7 @@ </dl> <a NAME="Editor.__marginClicked" ID="Editor.__marginClicked"></a> <h4>Editor.__marginClicked</h4> -<b>__marginClicked</b>(<i>margin, line, modifiers</i>) +<b>__marginClicked</b>(<i>margin, line, _modifiers</i>) <p> Private slot to handle the marginClicked signal. </p> @@ -3354,9 +3354,9 @@ <dd> line number of the click </dd> -<dt><i>modifiers</i> (Qt.KeyboardModifiers)</dt> -<dd> -keyboard modifiers +<dt><i>_modifiers</i> (Qt.KeyboardModifiers)</dt> +<dd> +keyboard modifiers (unused) </dd> </dl> <a NAME="Editor.__marginHoverEnd" ID="Editor.__marginHoverEnd"></a> @@ -3471,28 +3471,28 @@ <a NAME="Editor.__modified" ID="Editor.__modified"></a> <h4>Editor.__modified</h4> -<b>__modified</b>(<i>pos, mtype, text, length, linesAdded, line, foldNow, foldPrev, token, annotationLinesAdded, </i>) +<b>__modified</b>(<i>_pos, mtype, _text, _length, linesAdded, line, _foldNow, _foldPrev, _token, _annotationLinesAdded, </i>) <p> Private method to handle changes of the number of lines. </p> <dl> -<dt><i>pos</i> (int)</dt> -<dd> -start position of change +<dt><i>_pos</i> (int)</dt> +<dd> +start position of change (unused) </dd> <dt><i>mtype</i> (int)</dt> <dd> flags identifying the change </dd> -<dt><i>text</i> (str)</dt> -<dd> -text that is given to the Undo system -</dd> -<dt><i>length</i> (int)</dt> -<dd> -length of the change +<dt><i>_text</i> (str)</dt> +<dd> +text that is given to the Undo system (unused) +</dd> +<dt><i>_length</i> (int)</dt> +<dd> +length of the change (unused) </dd> <dt><i>linesAdded</i> (int)</dt> <dd> @@ -3502,21 +3502,21 @@ <dd> line number of a fold level or marker change </dd> -<dt><i>foldNow</i> (int)</dt> -<dd> -new fold level -</dd> -<dt><i>foldPrev</i> (int)</dt> -<dd> -previous fold level -</dd> -<dt><i>token</i> (int)</dt> -<dd> -??? -</dd> -<dt><i>annotationLinesAdded</i> (int)</dt> -<dd> -number of added/deleted annotation lines +<dt><i>_foldNow</i> (int)</dt> +<dd> +new fold level (unused) +</dd> +<dt><i>_foldPrev</i> (int)</dt> +<dd> +previous fold level (unused) +</dd> +<dt><i>_token</i> (int)</dt> +<dd> +??? (unused) +</dd> +<dt><i>_annotationLinesAdded</i> (int)</dt> +<dd> +number of added/deleted annotation lines (unused) </dd> </dl> <a NAME="Editor.__newView" ID="Editor.__newView"></a> @@ -6486,7 +6486,7 @@ </dd> <dt><i>syntaxError</i> (bool)</dt> <dd> -flag indicating a syntax error +flag indicating a syntax error (unused) </dd> </dl> <a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a> @@ -7707,7 +7707,7 @@ </dl> <a NAME="Editor.toggleWarning" ID="Editor.toggleWarning"></a> <h4>Editor.toggleWarning</h4> -<b>toggleWarning</b>(<i>line, col, setWarning, msg="", warningType=EditorWarningKind.Code, </i>) +<b>toggleWarning</b>(<i>line, _col, setWarning, msg="", warningType=EditorWarningKind.Code, </i>) <p> Public method to toggle a warning indicator. </p> @@ -7721,9 +7721,9 @@ <dd> line number of the warning </dd> -<dt><i>col</i> (int)</dt> -<dd> -column of the warning +<dt><i>_col</i> (int)</dt> +<dd> +column of the warning (unused) </dd> <dt><i>setWarning</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.Lexer.html Sat Apr 20 18:02:35 2024 +0200 @@ -297,7 +297,7 @@ <dt><i>kwSet</i> (int)</dt> <dd> -number of the keyword set +number of the keyword set (unused) </dd> </dl> <dl> @@ -369,7 +369,7 @@ <dt><i>style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -395,7 +395,7 @@ <dt><i>style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBash.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBash.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerBatch.html Sat Apr 20 18:02:35 2024 +0200 @@ -146,16 +146,16 @@ </dl> <a NAME="LexerBatch.isStringStyle" ID="LexerBatch.isStringStyle"></a> <h4>LexerBatch.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -184,7 +184,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCMake.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCMake.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCPP.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCPP.html Sat Apr 20 18:02:35 2024 +0200 @@ -241,7 +241,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCSS.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCSS.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCSharp.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCSharp.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCoffeeScript.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerCoffeeScript.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerContainer.html Sat Apr 20 18:02:35 2024 +0200 @@ -99,7 +99,7 @@ </dl> <a NAME="LexerContainer.description" ID="LexerContainer.description"></a> <h4>LexerContainer.description</h4> -<b>description</b>(<i>style</i>) +<b>description</b>(<i>_style</i>) <p> Public method returning the descriptions of the styles supported by the lexer. @@ -110,9 +110,9 @@ <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style number +style number (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerD.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerD.html Sat Apr 20 18:02:35 2024 +0200 @@ -241,7 +241,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerDiff.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerDiff.html Sat Apr 20 18:02:35 2024 +0200 @@ -146,16 +146,16 @@ </dl> <a NAME="LexerDiff.isStringStyle" ID="LexerDiff.isStringStyle"></a> <h4>LexerDiff.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -184,7 +184,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerFortran.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerFortran.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerFortran77.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerFortran77.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerHTML.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerHTML.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJSON.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJSON.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJava.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJava.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerJavaScript.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerLua.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerLua.html Sat Apr 20 18:02:35 2024 +0200 @@ -241,7 +241,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMakefile.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMakefile.html Sat Apr 20 18:02:35 2024 +0200 @@ -146,16 +146,16 @@ </dl> <a NAME="LexerMakefile.isStringStyle" ID="LexerMakefile.isStringStyle"></a> <h4>LexerMakefile.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -184,7 +184,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMarkdown.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMarkdown.html Sat Apr 20 18:02:35 2024 +0200 @@ -124,7 +124,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMatlab.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerMatlab.html Sat Apr 20 18:02:35 2024 +0200 @@ -184,7 +184,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerOctave.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerOctave.html Sat Apr 20 18:02:35 2024 +0200 @@ -184,7 +184,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPO.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPO.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPOV.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPOV.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPascal.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPascal.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPerl.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPerl.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPostScript.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPostScript.html Sat Apr 20 18:02:35 2024 +0200 @@ -161,16 +161,16 @@ </dl> <a NAME="LexerPostScript.isStringStyle" ID="LexerPostScript.isStringStyle"></a> <h4>LexerPostScript.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerProperties.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerProperties.html Sat Apr 20 18:02:35 2024 +0200 @@ -157,16 +157,16 @@ </dl> <a NAME="LexerProperties.isStringStyle" ID="LexerProperties.isStringStyle"></a> <h4>LexerProperties.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPygments.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerPygments.html Sat Apr 20 18:02:35 2024 +0200 @@ -435,16 +435,16 @@ </dl> <a NAME="LexerPygments.defaultKeywords" ID="LexerPygments.defaultKeywords"></a> <h4>LexerPygments.defaultKeywords</h4> -<b>defaultKeywords</b>(<i>kwSet</i>) +<b>defaultKeywords</b>(<i>_kwSet</i>) <p> Public method to get the default keywords. </p> <dl> -<dt><i>kwSet</i> (int)</dt> +<dt><i>_kwSet</i> (int)</dt> <dd> -number of the keyword set +number of the keyword set (unused) </dd> </dl> <dl> @@ -644,16 +644,16 @@ </dl> <a NAME="LexerPygments.styleText" ID="LexerPygments.styleText"></a> <h4>LexerPygments.styleText</h4> -<b>styleText</b>(<i>start, end</i>) +<b>styleText</b>(<i>_start, end</i>) <p> Public method to perform the styling. </p> <dl> -<dt><i>start</i> (int)</dt> +<dt><i>_start</i> (int)</dt> <dd> -position of first character to be styled +position of first character to be styled (unused) </dd> <dt><i>end</i> (int)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerQSS.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerQSS.html Sat Apr 20 18:02:35 2024 +0200 @@ -241,7 +241,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerRuby.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerRuby.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerSQL.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerSQL.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerTCL.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerTCL.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerTeX.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerTeX.html Sat Apr 20 18:02:35 2024 +0200 @@ -131,16 +131,16 @@ <a NAME="LexerTeX.isCommentStyle" ID="LexerTeX.isCommentStyle"></a> <h4>LexerTeX.isCommentStyle</h4> -<b>isCommentStyle</b>(<i>style</i>) +<b>isCommentStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a comment style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerVHDL.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerVHDL.html Sat Apr 20 18:02:35 2024 +0200 @@ -218,7 +218,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerXML.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerXML.html Sat Apr 20 18:02:35 2024 +0200 @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerYAML.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Lexers.LexerYAML.html Sat Apr 20 18:02:35 2024 +0200 @@ -157,16 +157,16 @@ </dl> <a NAME="LexerYAML.isStringStyle" ID="LexerYAML.isStringStyle"></a> <h4>LexerYAML.isStringStyle</h4> -<b>isStringStyle</b>(<i>style</i>) +<b>isStringStyle</b>(<i>_style</i>) <p> Public method to check, if a style is a string style. </p> <dl> -<dt><i>style</i> (int)</dt> +<dt><i>_style</i> (int)</dt> <dd> -style to check +style to check (unused) </dd> </dl> <dl> @@ -195,7 +195,7 @@ <dt><i>variant</i> (str)</dt> <dd> -name of the language variant +name of the language variant (unused) </dd> <dt><i>parent</i> (QObject)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Shell.html Sat Apr 20 18:02:35 2024 +0200 @@ -718,30 +718,30 @@ <a NAME="Shell.__QScintillaHistoryDown" ID="Shell.__QScintillaHistoryDown"></a> <h4>Shell.__QScintillaHistoryDown</h4> -<b>__QScintillaHistoryDown</b>(<i>cmd</i>) +<b>__QScintillaHistoryDown</b>(<i>_cmd</i>) <p> Private method to handle the history down command. </p> <dl> -<dt><i>cmd</i> (int)</dt> +<dt><i>_cmd</i> (int)</dt> <dd> -QScintilla command +QScintilla command (unused) </dd> </dl> <a NAME="Shell.__QScintillaHistoryUp" ID="Shell.__QScintillaHistoryUp"></a> <h4>Shell.__QScintillaHistoryUp</h4> -<b>__QScintillaHistoryUp</b>(<i>cmd</i>) +<b>__QScintillaHistoryUp</b>(<i>_cmd</i>) <p> Private method to handle the history up command. </p> <dl> -<dt><i>cmd</i> (int)</dt> +<dt><i>_cmd</i> (int)</dt> <dd> -QScintilla command +QScintilla command (unused) </dd> </dl> <a NAME="Shell.__QScintillaLeftCommand" ID="Shell.__QScintillaLeftCommand"></a> @@ -775,16 +775,16 @@ </dl> <a NAME="Shell.__QScintillaLineDown" ID="Shell.__QScintillaLineDown"></a> <h4>Shell.__QScintillaLineDown</h4> -<b>__QScintillaLineDown</b>(<i>cmd</i>) +<b>__QScintillaLineDown</b>(<i>_cmd</i>) <p> Private method to handle the cursor down command. </p> <dl> -<dt><i>cmd</i> (int)</dt> +<dt><i>_cmd</i> (int)</dt> <dd> -QScintilla command +QScintilla command (unused) </dd> </dl> <a NAME="Shell.__QScintillaLineEnd" ID="Shell.__QScintillaLineEnd"></a> @@ -803,16 +803,16 @@ </dl> <a NAME="Shell.__QScintillaLineUp" ID="Shell.__QScintillaLineUp"></a> <h4>Shell.__QScintillaLineUp</h4> -<b>__QScintillaLineUp</b>(<i>cmd</i>) +<b>__QScintillaLineUp</b>(<i>_cmd</i>) <p> Private method to handle the cursor up command. </p> <dl> -<dt><i>cmd</i> (int)</dt> +<dt><i>_cmd</i> (int)</dt> <dd> -QScintilla command +QScintilla command (unused) </dd> </dl> <a NAME="Shell.__QScintillaNewline" ID="Shell.__QScintillaNewline"></a>
--- a/src/eric7/Documentation/Source/eric7.Snapshot.SnapshotDefaultGrabber.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Snapshot.SnapshotDefaultGrabber.html Sat Apr 20 18:02:35 2024 +0200 @@ -237,13 +237,12 @@ </dd> <dt><i>captureCursor</i> (bool)</dt> <dd> -flag indicating to include the mouse cursor - (not used) +flag indicating to include the mouse cursor (unused) </dd> <dt><i>captureDecorations</i> (bool)</dt> <dd> flag indicating to include the window - decorations (not used) + decorations (unused) </dd> </dl> <a NAME="SnapshotDefaultGrabber.supportedModes" ID="SnapshotDefaultGrabber.supportedModes"></a>
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestExecutor.html Sat Apr 20 18:02:35 2024 +0200 @@ -414,7 +414,7 @@ </dl> <a NAME="PytestExecutor.supportsMarkers" ID="PytestExecutor.supportsMarkers"></a> <h4>PytestExecutor.supportsMarkers</h4> -<b>supportsMarkers</b>(<i>interpreter</i>) +<b>supportsMarkers</b>(<i>_interpreter</i>) <p> Public method to indicate the support for test filtering using markers and/or marker expressions. @@ -422,9 +422,9 @@ <dl> -<dt><i>interpreter</i> (str)</dt> +<dt><i>_interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl> @@ -441,7 +441,7 @@ </dl> <a NAME="PytestExecutor.supportsPatterns" ID="PytestExecutor.supportsPatterns"></a> <h4>PytestExecutor.supportsPatterns</h4> -<b>supportsPatterns</b>(<i>interpreter</i>) +<b>supportsPatterns</b>(<i>_interpreter</i>) <p> Public method to indicate the support for test filtering using test name patterns or a test name pattern expression. @@ -449,9 +449,9 @@ <dl> -<dt><i>interpreter</i> (str)</dt> +<dt><i>_interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestRunner.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.PytestRunner.html Sat Apr 20 18:02:35 2024 +0200 @@ -167,7 +167,7 @@ </dl> <a NAME="EricPlugin.pytest_report_header" ID="EricPlugin.pytest_report_header"></a> <h4>EricPlugin.pytest_report_header</h4> -<b>pytest_report_header</b>(<i>config, startdir</i>) +<b>pytest_report_header</b>(<i>config, _startdir</i>) <p> Public method called by pytest before any reporting. </p> @@ -178,9 +178,9 @@ <dd> reference to the configuration object </dd> -<dt><i>startdir</i> (LocalPath)</dt> +<dt><i>_startdir</i> (LocalPath)</dt> <dd> -starting directory +starting directory (unused) </dd> </dl> <a NAME="EricPlugin.pytest_runtest_logfinish" ID="EricPlugin.pytest_runtest_logfinish"></a> @@ -219,7 +219,7 @@ </dl> <a NAME="EricPlugin.pytest_runtest_logstart" ID="EricPlugin.pytest_runtest_logstart"></a> <h4>EricPlugin.pytest_runtest_logstart</h4> -<b>pytest_runtest_logstart</b>(<i>nodeid, location</i>) +<b>pytest_runtest_logstart</b>(<i>nodeid, _location</i>) <p> Public method called by pytest before running a test. </p> @@ -230,33 +230,33 @@ <dd> node id of the test item </dd> -<dt><i>location</i> (tuple of (str, int, str))</dt> +<dt><i>_location</i> (tuple of (str, int, str))</dt> <dd> tuple containing the file name, the line number and - the test name + the test name (unused) </dd> </dl> <a NAME="EricPlugin.pytest_sessionfinish" ID="EricPlugin.pytest_sessionfinish"></a> <h4>EricPlugin.pytest_sessionfinish</h4> -<b>pytest_sessionfinish</b>(<i>session, exitstatus</i>) +<b>pytest_sessionfinish</b>(<i>_session, _exitstatus</i>) <p> Public method called by pytest after the whole test run finished. </p> <dl> -<dt><i>session</i> (Session)</dt> +<dt><i>_session</i> (Session)</dt> <dd> -reference to the session object +reference to the session object (unused) </dd> -<dt><i>exitstatus</i> (int or ExitCode)</dt> +<dt><i>_exitstatus</i> (int or ExitCode)</dt> <dd> -exit status +exit status (unused) </dd> </dl> <a NAME="EricPlugin.pytest_sessionstart" ID="EricPlugin.pytest_sessionstart"></a> <h4>EricPlugin.pytest_sessionstart</h4> -<b>pytest_sessionstart</b>(<i>session</i>) +<b>pytest_sessionstart</b>(<i>_session</i>) <p> Public method called by pytest before performing collection and entering the run test loop. @@ -264,9 +264,9 @@ <dl> -<dt><i>session</i> (Session)</dt> +<dt><i>_session</i> (Session)</dt> <dd> -reference to the session object +reference to the session object (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.TestExecutorBase.html Sat Apr 20 18:02:35 2024 +0200 @@ -399,7 +399,7 @@ <dt><i>interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> <dt><i>workdir</i> (str)</dt> <dd> @@ -431,7 +431,7 @@ <dt><i>interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl> @@ -458,7 +458,7 @@ <dt><i>interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl> @@ -565,7 +565,7 @@ <dt><i>interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl> @@ -592,7 +592,7 @@ <dt><i>interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.Interfaces.UnittestExecutor.html Sat Apr 20 18:02:35 2024 +0200 @@ -280,7 +280,7 @@ </dl> <a NAME="UnittestExecutor.supportsPatterns" ID="UnittestExecutor.supportsPatterns"></a> <h4>UnittestExecutor.supportsPatterns</h4> -<b>supportsPatterns</b>(<i>interpreter</i>) +<b>supportsPatterns</b>(<i>_interpreter</i>) <p> Public method to indicate the support for test filtering using test name patterns or a test name pattern expression. @@ -288,9 +288,9 @@ <dl> -<dt><i>interpreter</i> (str)</dt> +<dt><i>_interpreter</i> (str)</dt> <dd> -interpreter to be used for the test +interpreter to be used for the test (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -729,7 +729,7 @@ </dl> <a NAME="TestingWidget.__testDiscoveryProcessFinished" ID="TestingWidget.__testDiscoveryProcessFinished"></a> <h4>TestingWidget.__testDiscoveryProcessFinished</h4> -<b>__testDiscoveryProcessFinished</b>(<i>results, output</i>) +<b>__testDiscoveryProcessFinished</b>(<i>_results, output</i>) <p> Private slot to handle the 'testFinished' signal of the executor in discovery mode. @@ -737,10 +737,10 @@ <dl> -<dt><i>results</i> (list of TestResult)</dt> +<dt><i>_results</i> (list of TestResult)</dt> <dd> list of test result objects (if not sent via the - 'testResult' signal) + 'testResult' signal) (unused) </dd> <dt><i>output</i> (str)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.BrowserModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -1600,7 +1600,7 @@ </dd> <dt><i>full</i> (bool)</dt> <dd> -flag indicating full pathname should be displayed +flag indicating full path name should be displayed (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -2292,7 +2292,7 @@ </dl> <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> <h4>BrowserItem.lessThan</h4> -<b>lessThan</b>(<i>other, column, order</i>) +<b>lessThan</b>(<i>other, column, _order</i>) <p> Public method to check, if the item is less than the other one. </p> @@ -2307,9 +2307,9 @@ <dd> column number to use for the comparison </dd> -<dt><i>order</i> (Qt.SortOrder)</dt> -<dd> -sort order (for special sorting) +<dt><i>_order</i> (Qt.SortOrder)</dt> +<dd> +sort order (for special sorting) (unused) </dd> </dl> <dl> @@ -3081,7 +3081,7 @@ </dd> <dt><i>isDir</i> (bool (optional))</dt> <dd> -flag indicating a deleted directory (defaults to False) +flag indicating a deleted directory (defaults to False) (unused) </dd> </dl> <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a> @@ -3651,7 +3651,7 @@ </dd> <dt><i>full</i> (bool)</dt> <dd> -flag indicating full path name should be displayed +flag indicating full path name should be displayed (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.UI.NumbersWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.NumbersWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -123,16 +123,16 @@ </dl> <a NAME="BinaryModel.columnCount" ID="BinaryModel.columnCount"></a> <h4>BinaryModel.columnCount</h4> -<b>columnCount</b>(<i>parent</i>) +<b>columnCount</b>(<i>_parent</i>) <p> Public method to get the number of columns of the model. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>_parent</i> (QModelIndex)</dt> <dd> -parent index +parent index (unused) </dd> </dl> <dl> @@ -179,16 +179,16 @@ </dl> <a NAME="BinaryModel.flags" ID="BinaryModel.flags"></a> <h4>BinaryModel.flags</h4> -<b>flags</b>(<i>index</i>) +<b>flags</b>(<i>_index</i>) <p> Public method to get flags from the model. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -index to get flags for +index to get flags for (unused) </dd> </dl> <dl> @@ -258,16 +258,16 @@ </dl> <a NAME="BinaryModel.rowCount" ID="BinaryModel.rowCount"></a> <h4>BinaryModel.rowCount</h4> -<b>rowCount</b>(<i>parent</i>) +<b>rowCount</b>(<i>_parent</i>) <p> Public method to get the number of rows of the model. </p> <dl> -<dt><i>parent</i> (QModelIndex)</dt> +<dt><i>_parent</i> (QModelIndex)</dt> <dd> -parent index +parent index (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.UI.Previewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.Previewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -160,16 +160,16 @@ </dl> <a NAME="Previewer.__editorTextChanged" ID="Previewer.__editorTextChanged"></a> <h4>Previewer.__editorTextChanged</h4> -<b>__editorTextChanged</b>(<i>editor</i>) +<b>__editorTextChanged</b>(<i>_editor</i>) <p> Private slot to handle changes of an editor's text. </p> <dl> -<dt><i>editor</i> (Editor)</dt> +<dt><i>_editor</i> (Editor)</dt> <dd> -reference to the editor +reference to the editor (unused) </dd> </dl> <a NAME="Previewer.__isPreviewable" ID="Previewer.__isPreviewable"></a>
--- a/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.PythonAstViewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -263,7 +263,7 @@ </dl> <a NAME="PythonAstViewer.__editorDoubleClicked" ID="PythonAstViewer.__editorDoubleClicked"></a> <h4>PythonAstViewer.__editorDoubleClicked</h4> -<b>__editorDoubleClicked</b>(<i>editor, pos, buttons</i>) +<b>__editorDoubleClicked</b>(<i>editor, _pos, buttons</i>) <p> Private slot to handle a mouse button double click in the editor. </p> @@ -274,9 +274,9 @@ <dd> reference to the editor, that emitted the signal </dd> -<dt><i>pos</i> (QPoint)</dt> +<dt><i>_pos</i> (QPoint)</dt> <dd> -position of the double click +position of the double click (unused) </dd> <dt><i>buttons</i> (Qt.MouseButton)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -512,7 +512,7 @@ </dl> <a NAME="PythonDisViewer.__editorLineChanged" ID="PythonDisViewer.__editorLineChanged"></a> <h4>PythonDisViewer.__editorLineChanged</h4> -<b>__editorLineChanged</b>(<i>editor, lineno</i>) +<b>__editorLineChanged</b>(<i>editor, _lineno</i>) <p> Private slot to handle a mouse button double click in the editor. </p> @@ -523,9 +523,9 @@ <dd> reference to the editor, that emitted the signal </dd> -<dt><i>lineno</i> (int)</dt> +<dt><i>_lineno</i> (int)</dt> <dd> -line number of the editor's cursor (zero based) +line number of the editor's cursor (zero based) (unused) </dd> </dl> <a NAME="PythonDisViewer.__editorSaved" ID="PythonDisViewer.__editorSaved"></a>
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.rbclbr.html Sat Apr 20 18:02:35 2024 +0200 @@ -396,7 +396,7 @@ </dd> <dt><i>isTypeFile</i> (bool)</dt> <dd> -flag indicating a file of this type +flag indicating a file of this type (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.Utilities.__init__.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Utilities.__init__.html Sat Apr 20 18:02:35 2024 +0200 @@ -324,11 +324,11 @@ </dd> <dt><i>file</i> (file)</dt> <dd> -file to write the warning message to (ignored) +file to write the warning message to (unused) </dd> <dt><i>line</i> (int)</dt> <dd> -line causing the warning (ignored) +line causing the warning (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html Sat Apr 20 18:02:35 2024 +0200 @@ -388,11 +388,11 @@ <dt><i>ui</i> (UserInterface)</dt> <dd> -reference to the main window +reference to the main window (unused) </dd> <dt><i>toolbarManager</i> (EricToolBarManager)</dt> <dd> -reference to a toolbar manager object +reference to a toolbar manager object (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorLed.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorLed.html Sat Apr 20 18:02:35 2024 +0200 @@ -139,16 +139,16 @@ <a NAME="StatusMonitorLed.__ledClicked" ID="StatusMonitorLed.__ledClicked"></a> <h4>StatusMonitorLed.__ledClicked</h4> -<b>__ledClicked</b>(<i>pos</i>) +<b>__ledClicked</b>(<i>_pos</i>) <p> Private slot to react upon clicks on the LED. </p> <dl> -<dt><i>pos</i> (QPoint)</dt> +<dt><i>_pos</i> (QPoint)</dt> <dd> -position of the click +position of the click (unused) </dd> </dl> <a NAME="StatusMonitorLed.__projectVcsMonitorStatus" ID="StatusMonitorLed.__projectVcsMonitorStatus"></a>
--- a/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html Sat Apr 20 18:02:35 2024 +0200 @@ -476,11 +476,11 @@ <dt><i>interval</i> (int)</dt> <dd> -check interval for the monitor thread in seconds +check interval for the monitor thread in seconds (unused) </dd> <dt><i>project</i> (Project)</dt> <dd> -reference to the project object +reference to the project object (unused) </dd> </dl> <dl> @@ -1768,16 +1768,16 @@ </dl> <a NAME="VersionControl.vcsResolved" ID="VersionControl.vcsResolved"></a> <h4>VersionControl.vcsResolved</h4> -<b>vcsResolved</b>(<i>name</i>) +<b>vcsResolved</b>(<i>_name</i>) <p> Public method used to resolve conflicts of a file/directory. </p> <dl> -<dt><i>name</i> (str)</dt> +<dt><i>_name</i> (str)</dt> <dd> -file/directory name to be resolved +file/directory name to be resolved (unused) </dd> </dl> <a NAME="VersionControl.vcsRevert" ID="VersionControl.vcsRevert"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockIcon.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.AdBlock.AdBlockIcon.html Sat Apr 20 18:02:35 2024 +0200 @@ -225,7 +225,7 @@ </dl> <a NAME="AdBlockIcon.sourceChanged" ID="AdBlockIcon.sourceChanged"></a> <h4>AdBlockIcon.sourceChanged</h4> -<b>sourceChanged</b>(<i>browser, url</i>) +<b>sourceChanged</b>(<i>browser, _url</i>) <p> Public slot to handle URL changes. </p> @@ -236,9 +236,9 @@ <dd> reference to the browser </dd> -<dt><i>url</i> (QUrl)</dt> +<dt><i>_url</i> (QUrl)</dt> <dd> -new URL +new URL (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.AddBookmarkDialog.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.AddBookmarkDialog.html Sat Apr 20 18:02:35 2024 +0200 @@ -417,7 +417,7 @@ </dl> <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a> <h4>AddBookmarkProxyModel.filterAcceptsColumn</h4> -<b>filterAcceptsColumn</b>(<i>sourceColumn, sourceParent</i>) +<b>filterAcceptsColumn</b>(<i>sourceColumn, _sourceParent</i>) <p> Public method to determine, if the column is acceptable. </p> @@ -428,9 +428,9 @@ <dd> column number in the source model </dd> -<dt><i>sourceParent</i> (QModelIndex)</dt> +<dt><i>_sourceParent</i> (QModelIndex)</dt> <dd> -index of the source item +index of the source item (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedsManager.html Sat Apr 20 18:02:35 2024 +0200 @@ -219,16 +219,16 @@ <a NAME="FeedsManager.__customContextMenuRequested" ID="FeedsManager.__customContextMenuRequested"></a> <h4>FeedsManager.__customContextMenuRequested</h4> -<b>__customContextMenuRequested</b>(<i>pos</i>) +<b>__customContextMenuRequested</b>(<i>_pos</i>) <p> Private slot to handle the context menu request for the feeds tree. </p> <dl> -<dt><i>pos</i> (QPoint)</dt> +<dt><i>_pos</i> (QPoint)</dt> <dd> -position the context menu was requested +position the context menu was requested (unused) </dd> </dl> <a NAME="FeedsManager.__enableButtons" ID="FeedsManager.__enableButtons"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryCompleter.html Sat Apr 20 18:02:35 2024 +0200 @@ -476,16 +476,16 @@ </dl> <a NAME="HistoryCompletionView.sizeHintForRow" ID="HistoryCompletionView.sizeHintForRow"></a> <h4>HistoryCompletionView.sizeHintForRow</h4> -<b>sizeHintForRow</b>(<i>row</i>) +<b>sizeHintForRow</b>(<i>_row</i>) <p> Public method to give a size hint for rows. </p> <dl> -<dt><i>row</i> (int)</dt> +<dt><i>_row</i> (int)</dt> <dd> -row number +row number (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryFilterModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.History.HistoryFilterModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -611,16 +611,16 @@ </dl> <a NAME="HistoryFilterModel.parent" ID="HistoryFilterModel.parent"></a> <h4>HistoryFilterModel.parent</h4> -<b>parent</b>(<i>index</i>) +<b>parent</b>(<i>_index</i>) <p> Public method to get the parent index. </p> <dl> -<dt><i>index</i> (QModelIndex)</dt> +<dt><i>_index</i> (QModelIndex)</dt> <dd> -index of item to get parent +index of item to get parent (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Network.NetworkManager.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Network.NetworkManager.html Sat Apr 20 18:02:35 2024 +0200 @@ -352,24 +352,24 @@ <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> <h4>NetworkManager.proxyAuthentication</h4> -<b>proxyAuthentication</b>(<i>requestUrl, auth, proxyHost</i>) +<b>proxyAuthentication</b>(<i>_requestUrl, auth, _proxyHost</i>) <p> Public slot to handle a proxy authentication request. </p> <dl> -<dt><i>requestUrl</i> (QUrl)</dt> +<dt><i>_requestUrl</i> (QUrl)</dt> <dd> -requested URL +requested URL (unused) </dd> <dt><i>auth</i> (QAuthenticator)</dt> <dd> reference to the authenticator object </dd> -<dt><i>proxyHost</i> (str)</dt> +<dt><i>_proxyHost</i> (str)</dt> <dd> -name of the proxy host +name of the proxy host (unused) </dd> </dl> <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.OpenSearch.OpenSearchEngineModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.OpenSearch.OpenSearchEngineModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -131,7 +131,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -parent index (Unused) +parent index (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Passwords.PasswordModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -131,7 +131,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -parent index (Unused) +parent index (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.StatusBar.JavaScriptIcon.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.StatusBar.JavaScriptIcon.html Sat Apr 20 18:02:35 2024 +0200 @@ -103,7 +103,7 @@ </dl> <a NAME="JavaScriptIcon.__navigationRequestAccepted" ID="JavaScriptIcon.__navigationRequestAccepted"></a> <h4>JavaScriptIcon.__navigationRequestAccepted</h4> -<b>__navigationRequestAccepted</b>(<i>url, navigationType, isMainFrame, page</i>) +<b>__navigationRequestAccepted</b>(<i>url, _navigationType, isMainFrame, page</i>) <p> Private method to handle the navigationRequestAccepted signal. </p> @@ -114,9 +114,9 @@ <dd> URL being loaded </dd> -<dt><i>navigationType</i> (QWebEnginePage.NavigationType)</dt> +<dt><i>_navigationType</i> (QWebEnginePage.NavigationType)</dt> <dd> -type of navigation request +type of navigation request (unused) </dd> <dt><i>isMainFrame</i> (bool)</dt> <dd>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.UserAgent.UserAgentModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.UserAgent.UserAgentModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -123,7 +123,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -parent index (Unused) +parent index (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html Sat Apr 20 18:02:35 2024 +0200 @@ -299,7 +299,7 @@ </dl> <a NAME="WebBrowserPage.__contentsSizeChanged" ID="WebBrowserPage.__contentsSizeChanged"></a> <h4>WebBrowserPage.__contentsSizeChanged</h4> -<b>__contentsSizeChanged</b>(<i>size</i>) +<b>__contentsSizeChanged</b>(<i>_size</i>) <p> Private slot to work around QWebEnginePage not scrolling to anchors when opened in a background tab. @@ -307,9 +307,9 @@ <dl> -<dt><i>size</i> (QSizeF)</dt> +<dt><i>_size</i> (QSizeF)</dt> <dd> -changed contents size (unused) +changed contents size (unused) (unused) </dd> </dl> <a NAME="WebBrowserPage.__featurePermissionRequested" ID="WebBrowserPage.__featurePermissionRequested"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserTabBar.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserTabBar.html Sat Apr 20 18:02:35 2024 +0200 @@ -200,16 +200,16 @@ </dl> <a NAME="WebBrowserTabBar.tabRemoved" ID="WebBrowserTabBar.tabRemoved"></a> <h4>WebBrowserTabBar.tabRemoved</h4> -<b>tabRemoved</b>(<i>index</i>) +<b>tabRemoved</b>(<i>_index</i>) <p> Public slot to handle the removal of a tab. </p> <dl> -<dt><i>index</i> (int)</dt> +<dt><i>_index</i> (int)</dt> <dd> -index of the removed tab +index of the removed tab (unused) </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserTabWidget.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserTabWidget.html Sat Apr 20 18:02:35 2024 +0200 @@ -462,7 +462,7 @@ </dl> <a NAME="WebBrowserTabWidget.__loadFinished" ID="WebBrowserTabWidget.__loadFinished"></a> <h4>WebBrowserTabWidget.__loadFinished</h4> -<b>__loadFinished</b>(<i>ok, browser</i>) +<b>__loadFinished</b>(<i>ok, _browser</i>) <p> Private method to handle the loadFinished signal. </p> @@ -473,9 +473,9 @@ <dd> flag indicating the result </dd> -<dt><i>browser</i> (WebBrowserView)</dt> +<dt><i>_browser</i> (WebBrowserView)</dt> <dd> -reference to the web browser +reference to the web browser (unused) </dd> </dl> <a NAME="WebBrowserTabWidget.__loadProgress" ID="WebBrowserTabWidget.__loadProgress"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html Sat Apr 20 18:02:35 2024 +0200 @@ -874,7 +874,7 @@ </dl> <a NAME="WebBrowserView.__createSelectedTextContextMenu" ID="WebBrowserView.__createSelectedTextContextMenu"></a> <h4>WebBrowserView.__createSelectedTextContextMenu</h4> -<b>__createSelectedTextContextMenu</b>(<i>menu, hitTest</i>) +<b>__createSelectedTextContextMenu</b>(<i>menu, _hitTest</i>) <p> Private method to populate the context menu for selected text. </p> @@ -885,9 +885,9 @@ <dd> reference to the menu to be populated </dd> -<dt><i>hitTest</i> (WebHitTestResult)</dt> +<dt><i>_hitTest</i> (WebHitTestResult)</dt> <dd> -reference to the hit test object +reference to the hit test object (unused) </dd> </dl> <a NAME="WebBrowserView.__currentEngineChanged" ID="WebBrowserView.__currentEngineChanged"></a> @@ -1231,7 +1231,7 @@ <a NAME="WebBrowserView.__renderProcessTerminated" ID="WebBrowserView.__renderProcessTerminated"></a> <h4>WebBrowserView.__renderProcessTerminated</h4> -<b>__renderProcessTerminated</b>(<i>status, exitCode</i>) +<b>__renderProcessTerminated</b>(<i>status, _exitCode</i>) <p> Private slot handling a crash of the web page render process. </p> @@ -1242,9 +1242,9 @@ <dd> termination status </dd> -<dt><i>exitCode</i> (int)</dt> +<dt><i>_exitCode</i> (int)</dt> <dd> -exit code of the process +exit code of the process (unused) </dd> </dl> <a NAME="WebBrowserView.__replaceMisspelledWord" ID="WebBrowserView.__replaceMisspelledWord"></a>
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.ZoomManager.ZoomValuesModel.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.ZoomManager.ZoomValuesModel.html Sat Apr 20 18:02:35 2024 +0200 @@ -123,7 +123,7 @@ <dt><i>parent</i> (QModelIndex)</dt> <dd> -parent index (Unused) +parent index (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_configure.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_configure.html Sat Apr 20 18:02:35 2024 +0200 @@ -66,16 +66,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_diff.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_diff.html Sat Apr 20 18:02:35 2024 +0200 @@ -68,16 +68,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_mpy.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_mpy.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_pip.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_pip.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_pluginrepository.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_pluginrepository.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_pluginuninstall.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_pluginuninstall.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_qregularexpression.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_qregularexpression.html Sat Apr 20 18:02:35 2024 +0200 @@ -68,16 +68,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_re.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_re.html Sat Apr 20 18:02:35 2024 +0200 @@ -68,16 +68,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_shell.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_shell.html Sat Apr 20 18:02:35 2024 +0200 @@ -68,16 +68,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_snap.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_snap.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_tray.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_tray.html Sat Apr 20 18:02:35 2024 +0200 @@ -68,16 +68,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>
--- a/src/eric7/Documentation/Source/eric7.eric7_virtualenv.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.eric7_virtualenv.html Sat Apr 20 18:02:35 2024 +0200 @@ -67,16 +67,17 @@ <hr /> <a NAME="createMainWidget" ID="createMainWidget"></a> <h2>createMainWidget</h2> -<b>createMainWidget</b>(<i>args</i>) +<b>createMainWidget</b>(<i>_args</i>) <p> Function to create the main widget. </p> <dl> -<dt><i>args</i> (argparse.Namespace)</dt> +<dt><i>_args</i> (argparse.Namespace)</dt> <dd> namespace object containing the parsed command line parameters + (unused) </dd> </dl> <dl>