RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html

branch
eric7
changeset 416
45159308166f
parent 413
a4cba20ad7ab
diff -r 78af27bb8201 -r 45159308166f RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html	Wed Jan 03 16:44:06 2024 +0100
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html	Sun Oct 13 15:49:43 2024 +0200
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands</h1>
-
 <p>
 Module implementing file system commands for rope.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricFileSystemCommands">EricFileSystemCommands</a></td>
 <td>Class implementing file system commands for rope.</td>
@@ -29,35 +27,34 @@
 <td>Class implementing the client side of the rope file system commands.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricFileSystemCommands" ID="EricFileSystemCommands"></a>
 <h2>EricFileSystemCommands</h2>
-
 <p>
     Class implementing file system commands for rope.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricFileSystemCommands.__init__">EricFileSystemCommands</a></td>
 <td>Constructor</td>
@@ -83,19 +80,20 @@
 <td>Public method to process rope file system commands.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricFileSystemCommands.__init__" ID="EricFileSystemCommands.__init__"></a>
 <h4>EricFileSystemCommands (Constructor)</h4>
 <b>EricFileSystemCommands</b>(<i>project</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>project</i> (Project.Project)</dt>
@@ -106,10 +104,10 @@
 <a NAME="EricFileSystemCommands.__createFile" ID="EricFileSystemCommands.__createFile"></a>
 <h4>EricFileSystemCommands.__createFile</h4>
 <b>__createFile</b>(<i>path</i>)
-
 <p>
         Private method called by rope to create a new file.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -120,10 +118,10 @@
 <a NAME="EricFileSystemCommands.__createFolder" ID="EricFileSystemCommands.__createFolder"></a>
 <h4>EricFileSystemCommands.__createFolder</h4>
 <b>__createFolder</b>(<i>path</i>)
-
 <p>
         Private method called by rope to create a new directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -134,10 +132,10 @@
 <a NAME="EricFileSystemCommands.__move" ID="EricFileSystemCommands.__move"></a>
 <h4>EricFileSystemCommands.__move</h4>
 <b>__move</b>(<i>path, new_location</i>)
-
 <p>
         Private method called by rope to rename a file or directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -152,10 +150,10 @@
 <a NAME="EricFileSystemCommands.__remove" ID="EricFileSystemCommands.__remove"></a>
 <h4>EricFileSystemCommands.__remove</h4>
 <b>__remove</b>(<i>path</i>)
-
 <p>
         Private method called by rope to remove a file or directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -166,10 +164,10 @@
 <a NAME="EricFileSystemCommands.processFileSystemCommand" ID="EricFileSystemCommands.processFileSystemCommand"></a>
 <h4>EricFileSystemCommands.processFileSystemCommand</h4>
 <b>processFileSystemCommand</b>(<i>params</i>)
-
 <p>
         Public method to process rope file system commands.
 </p>
+
 <dl>
 
 <dt><i>params</i> (dict)</dt>
@@ -182,26 +180,24 @@
 <hr />
 <a NAME="RefactoringClientFileSystemCommands" ID="RefactoringClientFileSystemCommands"></a>
 <h2>RefactoringClientFileSystemCommands</h2>
-
 <p>
     Class implementing the client side of the rope file system commands.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#RefactoringClientFileSystemCommands.__init__">RefactoringClientFileSystemCommands</a></td>
 <td>Constructor</td>
@@ -227,19 +223,20 @@
 <td>Public method called by rope to write data to a file.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="RefactoringClientFileSystemCommands.__init__" ID="RefactoringClientFileSystemCommands.__init__"></a>
 <h4>RefactoringClientFileSystemCommands (Constructor)</h4>
 <b>RefactoringClientFileSystemCommands</b>(<i>client</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>client</i> (RefactoringClient)</dt>
@@ -250,10 +247,10 @@
 <a NAME="RefactoringClientFileSystemCommands.create_file" ID="RefactoringClientFileSystemCommands.create_file"></a>
 <h4>RefactoringClientFileSystemCommands.create_file</h4>
 <b>create_file</b>(<i>path</i>)
-
 <p>
         Public method called by rope to create a new file.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -264,10 +261,10 @@
 <a NAME="RefactoringClientFileSystemCommands.create_folder" ID="RefactoringClientFileSystemCommands.create_folder"></a>
 <h4>RefactoringClientFileSystemCommands.create_folder</h4>
 <b>create_folder</b>(<i>path</i>)
-
 <p>
         Public method called by rope to create a new directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -278,10 +275,10 @@
 <a NAME="RefactoringClientFileSystemCommands.move" ID="RefactoringClientFileSystemCommands.move"></a>
 <h4>RefactoringClientFileSystemCommands.move</h4>
 <b>move</b>(<i>path, new_location</i>)
-
 <p>
         Public method called by rope to rename a file or directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -296,10 +293,10 @@
 <a NAME="RefactoringClientFileSystemCommands.remove" ID="RefactoringClientFileSystemCommands.remove"></a>
 <h4>RefactoringClientFileSystemCommands.remove</h4>
 <b>remove</b>(<i>path</i>)
-
 <p>
         Public method called by rope to remove a file or directory.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -310,10 +307,10 @@
 <a NAME="RefactoringClientFileSystemCommands.write" ID="RefactoringClientFileSystemCommands.write"></a>
 <h4>RefactoringClientFileSystemCommands.write</h4>
 <b>write</b>(<i>path, data</i>)
-
 <p>
         Public method called by rope to write data to a file.
 </p>
+
 <dl>
 
 <dt><i>path</i> (str)</dt>
@@ -327,4 +324,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial