src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugUtilities.html

branch
eric7
changeset 9236
db53a9efe7ef
parent 9209
b99e7fd55fd3
child 10417
c6011e501282
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugUtilities.html	Thu Jul 14 16:08:57 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugUtilities.html	Thu Jul 14 16:09:37 2022 +0200
@@ -115,7 +115,7 @@
 <hr />
 <a NAME="formatargvalues" ID="formatargvalues"></a>
 <h2>formatargvalues</h2>
-<b>formatargvalues</b>(<i>args, varargs, varkw, localsDict, formatarg=str, formatvarargs=lambda name: '*' + name, formatvarkw=lambda name: '**' + name, formatvalue=lambda value: '=' + repr(value)</i>)
+<b>formatargvalues</b>(<i>args, varargs, varkw, localsDict, formatarg=str, formatvarargs=lambda name: "*" + name, formatvarkw=lambda name: "**" + name, formatvalue=lambda value: "=" + repr(value), </i>)
 
 <p>
     Function to format an argument spec from the 4 values returned

eric ide

mercurial