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

branch
eric7
changeset 10812
f62e1bf47492
parent 10784
521fd465b048
child 10816
236d97cba7c5
equal deleted inserted replaced
10811:5eb3106ed162 10812:f62e1bf47492
82 <tr> 82 <tr>
83 <td><a href="#Redirector.__nWrite">__nWrite</a></td> 83 <td><a href="#Redirector.__nWrite">__nWrite</a></td>
84 <td>Private method used to write data.</td> 84 <td>Private method used to write data.</td>
85 </tr> 85 </tr>
86 <tr> 86 <tr>
87 <td><a href="#Redirector.encoding">encoding</a></td>
88 <td>Public method to report the used encoding.</td>
89 </tr>
90 <tr>
87 <td><a href="#Redirector.flush">flush</a></td> 91 <td><a href="#Redirector.flush">flush</a></td>
88 <td>Public method used to flush the buffered data.</td> 92 <td>Public method used to flush the buffered data.</td>
93 </tr>
94 <tr>
95 <td><a href="#Redirector.isatty">isatty</a></td>
96 <td>Public method to indicate a tty.</td>
89 </tr> 97 </tr>
90 <tr> 98 <tr>
91 <td><a href="#Redirector.write">write</a></td> 99 <td><a href="#Redirector.write">write</a></td>
92 <td>Public method used to write data.</td> 100 <td>Public method used to write data.</td>
93 </tr> 101 </tr>
148 <dt><i>n</i> (int)</dt> 156 <dt><i>n</i> (int)</dt>
149 <dd> 157 <dd>
150 max number of bytes to write 158 max number of bytes to write
151 </dd> 159 </dd>
152 </dl> 160 </dl>
161 <a NAME="Redirector.encoding" ID="Redirector.encoding"></a>
162 <h4>Redirector.encoding</h4>
163 <b>encoding</b>(<i></i>)
164 <p>
165 Public method to report the used encoding.
166 </p>
167
168 <dl>
169 <dt>Return:</dt>
170 <dd>
171 used encoding
172 </dd>
173 </dl>
174 <dl>
175 <dt>Return Type:</dt>
176 <dd>
177 str
178 </dd>
179 </dl>
153 <a NAME="Redirector.flush" ID="Redirector.flush"></a> 180 <a NAME="Redirector.flush" ID="Redirector.flush"></a>
154 <h4>Redirector.flush</h4> 181 <h4>Redirector.flush</h4>
155 <b>flush</b>(<i></i>) 182 <b>flush</b>(<i></i>)
156 <p> 183 <p>
157 Public method used to flush the buffered data. 184 Public method used to flush the buffered data.
158 </p> 185 </p>
159 186
187 <a NAME="Redirector.isatty" ID="Redirector.isatty"></a>
188 <h4>Redirector.isatty</h4>
189 <b>isatty</b>(<i></i>)
190 <p>
191 Public method to indicate a tty.
192 </p>
193 <p>
194 Note: This always reports 'False'.
195 </p>
196
197 <dl>
198 <dt>Return:</dt>
199 <dd>
200 flag indicating a tty
201 </dd>
202 </dl>
203 <dl>
204 <dt>Return Type:</dt>
205 <dd>
206 bool
207 </dd>
208 </dl>
160 <a NAME="Redirector.write" ID="Redirector.write"></a> 209 <a NAME="Redirector.write" ID="Redirector.write"></a>
161 <h4>Redirector.write</h4> 210 <h4>Redirector.write</h4>
162 <b>write</b>(<i>s</i>) 211 <b>write</b>(<i>s</i>)
163 <p> 212 <p>
164 Public method used to write data. 213 Public method used to write data.

eric ide

mercurial