eric6/APIs/Python3/eric6.api

changeset 8077
1fd8f611f26a
parent 8075
6774034a1e0f
child 8083
a2e14cda6f3f
--- a/eric6/APIs/Python3/eric6.api	Fri Feb 05 11:02:28 2021 +0100
+++ b/eric6/APIs/Python3/eric6.api	Fri Feb 05 11:38:53 2021 +0100
@@ -491,7 +491,7 @@
 eric6.Debugger.BreakPointModel.BreakPointModel.setBreakPointByIndex?4(index, fn, line, properties)
 eric6.Debugger.BreakPointModel.BreakPointModel.setBreakPointEnabledByIndex?4(index, enabled)
 eric6.Debugger.BreakPointModel.BreakPointModel.setData?4(index, value, role=Qt.EditRole)
-eric6.Debugger.BreakPointModel.BreakPointModel?1(parent=None)
+eric6.Debugger.BreakPointModel.BreakPointModel?1(project, parent=None)
 eric6.Debugger.BreakPointViewer.BreakPointViewer.handleResetUI?4()
 eric6.Debugger.BreakPointViewer.BreakPointViewer.highlightBreakpoint?4(fn, lineno)
 eric6.Debugger.BreakPointViewer.BreakPointViewer.setModel?4(model)
@@ -654,7 +654,7 @@
 eric6.Debugger.DebugServer.DebugServer.utTestFailedExpected?7
 eric6.Debugger.DebugServer.DebugServer.utTestSkipped?7
 eric6.Debugger.DebugServer.DebugServer.utTestSucceededUnexpected?7
-eric6.Debugger.DebugServer.DebugServer?1(originalPathString, preventPassiveDebugging=False)
+eric6.Debugger.DebugServer.DebugServer?1(originalPathString, preventPassiveDebugging=False, project=None)
 eric6.Debugger.DebugServer.DebuggerInterfaces?7
 eric6.Debugger.DebugUI.DebugUI.appendStdout?7
 eric6.Debugger.DebugUI.DebugUI.clearHistories?4()

eric ide

mercurial