src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10229
e50bbf250343
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.CodeFormatting.BlackFormattingDialog.html	Fri Oct 27 14:09:40 2023 +0200
@@ -461,7 +461,7 @@
 </tr>
 <tr>
 <td><a href="#BlackMultiprocessingReport.path_ignored">path_ignored</a></td>
-<td></td>
+<td>Public method handling an ignored path.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -528,6 +528,20 @@
 <h4>BlackMultiprocessingReport.path_ignored</h4>
 <b>path_ignored</b>(<i>src, message=""</i>)
 
+<p>
+        Public method handling an ignored path.
+</p>
+<dl>
+
+<dt><i>src</i> (pathlib.Path or str)</dt>
+<dd>
+name of the processed file
+</dd>
+<dt><i>message</i> (str (optional))</dt>
+<dd>
+ignore message (default to "")
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -612,7 +626,7 @@
 </tr>
 <tr>
 <td><a href="#BlackReport.path_ignored">path_ignored</a></td>
-<td></td>
+<td>Public method handling an ignored path.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -679,6 +693,20 @@
 <h4>BlackReport.path_ignored</h4>
 <b>path_ignored</b>(<i>src, message=""</i>)
 
+<p>
+        Public method handling an ignored path.
+</p>
+<dl>
+
+<dt><i>src</i> (pathlib.Path or str)</dt>
+<dd>
+name of the processed file
+</dd>
+<dt><i>message</i> (str (optional))</dt>
+<dd>
+ignore message (default to "")
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial