src/eric7/Documentation/Source/eric7.UI.UserInterface.html

branch
eric7
changeset 10812
f62e1bf47492
parent 10784
521fd465b048
child 10816
236d97cba7c5
--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Tue Jul 02 14:39:13 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html	Tue Jul 02 14:45:15 2024 +0200
@@ -84,10 +84,18 @@
 <td>Private method used to write data.</td>
 </tr>
 <tr>
+<td><a href="#Redirector.encoding">encoding</a></td>
+<td>Public method to report the used encoding.</td>
+</tr>
+<tr>
 <td><a href="#Redirector.flush">flush</a></td>
 <td>Public method used to flush the buffered data.</td>
 </tr>
 <tr>
+<td><a href="#Redirector.isatty">isatty</a></td>
+<td>Public method to indicate a tty.</td>
+</tr>
+<tr>
 <td><a href="#Redirector.write">write</a></td>
 <td>Public method used to write data.</td>
 </tr>
@@ -150,6 +158,25 @@
 max number of bytes to write
 </dd>
 </dl>
+<a NAME="Redirector.encoding" ID="Redirector.encoding"></a>
+<h4>Redirector.encoding</h4>
+<b>encoding</b>(<i></i>)
+<p>
+        Public method to report the used encoding.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+used encoding
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="Redirector.flush" ID="Redirector.flush"></a>
 <h4>Redirector.flush</h4>
 <b>flush</b>(<i></i>)
@@ -157,6 +184,28 @@
         Public method used to flush the buffered data.
 </p>
 
+<a NAME="Redirector.isatty" ID="Redirector.isatty"></a>
+<h4>Redirector.isatty</h4>
+<b>isatty</b>(<i></i>)
+<p>
+        Public method to indicate a tty.
+</p>
+<p>
+        Note: This always reports 'False'.
+</p>
+
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a tty
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="Redirector.write" ID="Redirector.write"></a>
 <h4>Redirector.write</h4>
 <b>write</b>(<i>s</i>)

eric ide

mercurial