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

changeset 5815
223fa32b3a32
parent 5245
e1908fd9deac
diff -r 50b299f6eb98 -r 223fa32b3a32 Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html
--- a/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html	Thu Jul 20 18:42:33 2017 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html	Thu Jul 20 18:53:24 2017 +0200
@@ -88,16 +88,16 @@
 <table>
 <tr>
 <td><a href="#Breakpoint.clear_all_breaks">clear_all_breaks</a></td>
-<td>Public method to clear all breakpoints.</td>
+<td>Static method to clear all breakpoints.</td>
 </tr><tr>
 <td><a href="#Breakpoint.clear_break">clear_break</a></td>
-<td>Public method reimplemented from bdb.py to clear a breakpoint.</td>
+<td>Static method reimplemented from bdb.py to clear a breakpoint.</td>
 </tr><tr>
 <td><a href="#Breakpoint.effectiveBreak">effectiveBreak</a></td>
-<td>Public method to determine which breakpoint for this filename:lineno is to be acted upon.</td>
+<td>Static method to determine which breakpoint for this filename:lineno is to be acted upon.</td>
 </tr><tr>
 <td><a href="#Breakpoint.get_break">get_break</a></td>
-<td>Public method to get the breakpoint of a particular line.</td>
+<td>Static method to get the breakpoint of a particular line.</td>
 </tr>
 </table>
 <a NAME="Breakpoint.__init__" ID="Breakpoint.__init__"></a>
@@ -138,12 +138,12 @@
 <h4>Breakpoint.clear_all_breaks (static)</h4>
 <b>clear_all_breaks</b>(<i></i>)
 <p>
-        Public method to clear all breakpoints.
+        Static method to clear all breakpoints.
 </p><a NAME="Breakpoint.clear_break" ID="Breakpoint.clear_break"></a>
 <h4>Breakpoint.clear_break (static)</h4>
 <b>clear_break</b>(<i>lineno</i>)
 <p>
-        Public method reimplemented from bdb.py to clear a breakpoint.
+        Static method reimplemented from bdb.py to clear a breakpoint.
 </p><dl>
 <dt><i>filename</i> (str)</dt>
 <dd>
@@ -156,7 +156,7 @@
 <h4>Breakpoint.effectiveBreak (static)</h4>
 <b>effectiveBreak</b>(<i>lineno, frame</i>)
 <p>
-        Public method to determine which breakpoint for this filename:lineno
+        Static method to determine which breakpoint for this filename:lineno
         is to be acted upon.
 </p><p>
         Called only if we know there is a bpt at this
@@ -188,7 +188,7 @@
 <h4>Breakpoint.get_break (static)</h4>
 <b>get_break</b>(<i>lineno</i>)
 <p>
-        Public method to get the breakpoint of a particular line.
+        Static method to get the breakpoint of a particular line.
 </p><p>
         Because eric6 supports only one breakpoint per line, this
         method will return only one breakpoint.
@@ -251,16 +251,16 @@
 <table>
 <tr>
 <td><a href="#Watch.clear_all_watches">clear_all_watches</a></td>
-<td>Public method to clear all watch expressions.</td>
+<td>Static method to clear all watch expressions.</td>
 </tr><tr>
 <td><a href="#Watch.clear_watch">clear_watch</a></td>
-<td>Public method to clear a watch expression.</td>
+<td>Static method to clear a watch expression.</td>
 </tr><tr>
 <td><a href="#Watch.effectiveWatch">effectiveWatch</a></td>
-<td>Public method to determine, if a watch expression is effective.</td>
+<td>Static method to determine, if a watch expression is effective.</td>
 </tr><tr>
 <td><a href="#Watch.get_watch">get_watch</a></td>
-<td>Public method to get a watch expression.</td>
+<td>Static method to get a watch expression.</td>
 </tr>
 </table>
 <a NAME="Watch.__init__" ID="Watch.__init__"></a>
@@ -301,12 +301,12 @@
 <h4>Watch.clear_all_watches (static)</h4>
 <b>clear_all_watches</b>(<i></i>)
 <p>
-        Public method to clear all watch expressions.
+        Static method to clear all watch expressions.
 </p><a NAME="Watch.clear_watch" ID="Watch.clear_watch"></a>
 <h4>Watch.clear_watch (static)</h4>
 <b>clear_watch</b>(<i></i>)
 <p>
-        Public method to clear a watch expression.
+        Static method to clear a watch expression.
 </p><dl>
 <dt><i>cond</i> (str)</dt>
 <dd>
@@ -316,7 +316,7 @@
 <h4>Watch.effectiveWatch (static)</h4>
 <b>effectiveWatch</b>(<i></i>)
 <p>
-        Public method to determine, if a watch expression is effective.
+        Static method to determine, if a watch expression is effective.
 </p><dl>
 <dt><i>frame</i> (frame object)</dt>
 <dd>
@@ -337,7 +337,7 @@
 <h4>Watch.get_watch (static)</h4>
 <b>get_watch</b>(<i></i>)
 <p>
-        Public method to get a watch expression.
+        Static method to get a watch expression.
 </p><dl>
 <dt><i>cond</i> (str)</dt>
 <dd>

eric ide

mercurial