eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html

changeset 7989
a21d673a8f99
parent 7986
2971d5d19951
child 8215
fc5d68a6889e
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Jan 16 16:51:23 2021 +0100
@@ -324,7 +324,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of tuples containing the test case ID, a short description
             and the path of the test file name
@@ -344,7 +344,7 @@
         Private method to determine the clients capabilities.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 client capabilities (integer)
 </dd>
@@ -372,7 +372,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 compiled code object (None in case of errors)
 </dd>
@@ -396,7 +396,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 compiled code object (None in case of errors)
 </dd>
@@ -478,7 +478,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 tuple containing the variable text without indicators and the
             indicator string
@@ -509,7 +509,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 A tuple consisting of a list of formatted variables. Each
             variable entry is a tuple of three elements, the variable name,
@@ -551,7 +551,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 A tuple consisting of a list of formatted variables. Each
             variable entry is a tuple of three elements, the variable name,
@@ -621,7 +621,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 path list for use as sys.path (list of strings)
 </dd>
@@ -655,7 +655,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 IP address (string)
 </dd>
@@ -733,7 +733,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the converted filename (string)
 </dd>
@@ -818,7 +818,7 @@
         Public method to return the current coding.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 codec name (string)
 </dd>
@@ -831,7 +831,7 @@
         Public method to return the main script we are currently running.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a running debug session (boolean)
 </dd>
@@ -869,7 +869,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the entered string
 </dd>
@@ -918,7 +918,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating an error condition
 </dd>
@@ -952,7 +952,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 result of the function call
 </dd>
@@ -1184,7 +1184,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating eligibility
 </dd>
@@ -1303,7 +1303,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 exit code of the debugged program
 </dd>
@@ -1366,7 +1366,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 result of the input() call
 </dd>

eric ide

mercurial