--- a/src/eric7/Documentation/Source/eric7.eric7_ide.html Sat Nov 11 10:13:29 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.eric7_ide.html Sat Nov 11 12:44:51 2023 +0100 @@ -30,6 +30,10 @@ <table> <tr> +<td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> +<td>Function to create an argument parser.</td> +</tr> +<tr> <td><a href="#excepthook">excepthook</a></td> <td>Global function to catch unhandled exceptions.</td> </tr> @@ -48,6 +52,28 @@ </table> <hr /> <hr /> +<a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> +<h2>createArgparseNamespace</h2> +<b>createArgparseNamespace</b>(<i></i>) + +<p> + Function to create an argument parser. +</p> +<dl> +<dt>Return:</dt> +<dd> +created argument parser object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +argparse.ArgumentParser +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="excepthook" ID="excepthook"></a> <h2>excepthook</h2> <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>) @@ -75,18 +101,11 @@ <hr /> <a NAME="handleSingleApplication" ID="handleSingleApplication"></a> <h2>handleSingleApplication</h2> -<b>handleSingleApplication</b>(<i>ddindex</i>) +<b>handleSingleApplication</b>(<i></i>) <p> Global function to handle the single application mode. </p> -<dl> - -<dt><i>ddindex</i></dt> -<dd> -index of a '--' option in the options list -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />