PyLint/Documentation/source/Plugin_Checker_PyLint.PluginPyLint.html

changeset 60
971dd1b69f5b
parent 38
bf234b8941d9
child 85
6124794c3ffe
--- a/PyLint/Documentation/source/Plugin_Checker_PyLint.PluginPyLint.html	Sat Dec 31 13:50:22 2016 +0100
+++ b/PyLint/Documentation/source/Plugin_Checker_PyLint.PluginPyLint.html	Mon Mar 27 19:46:20 2017 +0200
@@ -97,16 +97,16 @@
 <td>Private method to handle the Pylint context menu action of the project sources browser.</td>
 </tr><tr>
 <td><a href="#PyLintPlugin.__projectBrowserPylintShow">__projectBrowserPylintShow</a></td>
-<td>Public slot to show the PyLint dialog with the results of the last run.</td>
+<td>Private slot to show the PyLint dialog with the results of the last run.</td>
 </tr><tr>
 <td><a href="#PyLintPlugin.__projectBrowserShowMenu">__projectBrowserShowMenu</a></td>
 <td>Private slot called, when the the project browser menu or a submenu is about to be shown.</td>
 </tr><tr>
 <td><a href="#PyLintPlugin.__projectPylint">__projectPylint</a></td>
-<td>Public slot used to check the project files with Pylint.</td>
+<td>Private slot used to check the project files with Pylint.</td>
 </tr><tr>
 <td><a href="#PyLintPlugin.__projectPylintShow">__projectPylintShow</a></td>
-<td>Public slot to show the PyLint dialog with the results of the last run.</td>
+<td>Private slot to show the PyLint dialog with the results of the last run.</td>
 </tr><tr>
 <td><a href="#PyLintPlugin.__projectShowMenu">__projectShowMenu</a></td>
 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td>
@@ -197,7 +197,8 @@
 <h4>PyLintPlugin.__projectBrowserPylintShow</h4>
 <b>__projectBrowserPylintShow</b>(<i></i>)
 <p>
-        Public slot to show the PyLint dialog with the results of the last run.
+        Private slot to show the PyLint dialog with the results of the last
+        run.
 </p><a NAME="PyLintPlugin.__projectBrowserShowMenu" ID="PyLintPlugin.__projectBrowserShowMenu"></a>
 <h4>PyLintPlugin.__projectBrowserShowMenu</h4>
 <b>__projectBrowserShowMenu</b>(<i>menuName, menu</i>)
@@ -216,12 +217,13 @@
 <h4>PyLintPlugin.__projectPylint</h4>
 <b>__projectPylint</b>(<i></i>)
 <p>
-        Public slot used to check the project files with Pylint.
+        Private slot used to check the project files with Pylint.
 </p><a NAME="PyLintPlugin.__projectPylintShow" ID="PyLintPlugin.__projectPylintShow"></a>
 <h4>PyLintPlugin.__projectPylintShow</h4>
 <b>__projectPylintShow</b>(<i></i>)
 <p>
-        Public slot to show the PyLint dialog with the results of the last run.
+        Private slot to show the PyLint dialog with the results of the last
+        run.
 </p><a NAME="PyLintPlugin.__projectShowMenu" ID="PyLintPlugin.__projectShowMenu"></a>
 <h4>PyLintPlugin.__projectShowMenu</h4>
 <b>__projectShowMenu</b>(<i>menuName, menu</i>)

eric ide

mercurial