Documentation/Source/eric5.install.html

branch
5_2_x
changeset 2167
d655e3d404a6
parent 1922
2b69354a9f97
child 2179
c6ebc89f25aa
--- a/Documentation/Source/eric5.install.html	Wed Oct 24 10:30:25 2012 +0200
+++ b/Documentation/Source/eric5.install.html	Mon Oct 29 19:22:24 2012 +0100
@@ -86,6 +86,9 @@
 <td><a href="#pyName">pyName</a></td>
 <td>Local function to create the Python source file name for the compiled .ui file.</td>
 </tr><tr>
+<td><a href="#shutilCopy">shutilCopy</a></td>
+<td>Wrapper function around shutil.copy() to ensure the permissions.</td>
+</tr><tr>
 <td><a href="#usage">usage</a></td>
 <td>Display a usage message and exit.</td>
 </tr><tr>
@@ -330,6 +333,22 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="shutilCopy" ID="shutilCopy"></a>
+<h2>shutilCopy</h2>
+<b>shutilCopy</b>(<i>src, dst</i>)
+<p>
+    Wrapper function around shutil.copy() to ensure the permissions.
+</p><dl>
+<dt><i>src</i></dt>
+<dd>
+source file name (string)
+</dd><dt><i>dst</i></dt>
+<dd>
+destination file name or directory name (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="usage" ID="usage"></a>
 <h2>usage</h2>
 <b>usage</b>(<i>rcode=2</i>)

eric ide

mercurial