src/eric7/APIs/Python3/eric7.api

branch
eric7
changeset 11088
0299c9ba1c6f
parent 11084
adbb5d1944ea
child 11091
3a1ba42ac50a
diff -r 8f5d1b5e16c9 -r 0299c9ba1c6f src/eric7/APIs/Python3/eric7.api
--- a/src/eric7/APIs/Python3/eric7.api	Fri Dec 06 09:12:46 2024 +0100
+++ b/src/eric7/APIs/Python3/eric7.api	Fri Dec 06 14:16:23 2024 +0100
@@ -435,11 +435,11 @@
 eric7.DebugClients.Python.DebugUtilities.formatargvalues?4(args, varargs, varkw, localsDict, formatarg=str, formatvarargs=lambda name: "*" + name, formatvarkw=lambda name: "**" + name, formatvalue=lambda value: "=" + repr(value), )
 eric7.DebugClients.Python.DebugUtilities.getargvalues?4(frame)
 eric7.DebugClients.Python.DebugUtilities.isExecutable?4(program)
-eric7.DebugClients.Python.DebugUtilities.isPythonProgram?4(program)
+eric7.DebugClients.Python.DebugUtilities.isPythonProgram?4(program, withPath=False)
 eric7.DebugClients.Python.DebugUtilities.isWindowsPlatform?4()
 eric7.DebugClients.Python.DebugUtilities.mod_dict?7
 eric7.DebugClients.Python.DebugUtilities.patchArgumentStringWindows?4(debugClient, argStr)
-eric7.DebugClients.Python.DebugUtilities.patchArguments?4(debugClient, arguments, noRedirect=False)
+eric7.DebugClients.Python.DebugUtilities.patchArguments?4(debugClient, arguments, noRedirect=False, isPythonProg=False)
 eric7.DebugClients.Python.DebugUtilities.prepareJsonCommand?4(method, params)
 eric7.DebugClients.Python.DebugUtilities.quoteArgs?4(args)
 eric7.DebugClients.Python.DebugUtilities.removeQuotesFromArgs?4(args)

eric ide

mercurial