--- a/src/eric7/Documentation/Source/eric7.Project.UicLoadUi5.html Mon Dec 05 11:57:53 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.UicLoadUi5.html Mon Dec 05 11:58:39 2022 +0100 @@ -30,6 +30,10 @@ <td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td> </tr> <tr> +<td><a href="#_printout">_printout</a></td> +<td>Function to print the given string to sys.stdout with a guard string.</td> +</tr> +<tr> <td><a href="#className">className</a></td> <td>Function to get the class name of a form.</td> </tr> @@ -74,6 +78,23 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="_printout" ID="_printout"></a> +<h2>_printout</h2> +<b>_printout</b>(<i>dataString</i>) + +<p> + Function to print the given string to sys.stdout with a guard string. +</p> +<dl> + +<dt><i>dataString</i> (str)</dt> +<dd> +string to be printed +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="className" ID="className"></a> <h2>className</h2> <b>className</b>(<i>formFile, projectPath</i>)