src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserArgumentsCreator.html

branch
eric7
changeset 10308
d19766190e17
child 10479
856476537696
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserArgumentsCreator.html	Mon Nov 13 19:18:38 2023 +0100
@@ -0,0 +1,64 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric7.WebBrowser.WebBrowserArgumentsCreator</title>
+<meta charset="UTF-8">
+<link rel="stylesheet" href="styles.css">
+</head>
+<body>
+<a NAME="top" ID="top"></a>
+<h1>eric7.WebBrowser.WebBrowserArgumentsCreator</h1>
+
+<p>
+Module implementing a function to create an argparse.Namespace object for the web
+browser.
+</p>
+<h3>Global Attributes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Functions</h3>
+
+<table>
+
+<tr>
+<td><a href="#createArgparseNamespace">createArgparseNamespace</a></td>
+<td>Function to create an argparse.Namespace object.</td>
+</tr>
+</table>
+<hr />
+<hr />
+<a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a>
+<h2>createArgparseNamespace</h2>
+<b>createArgparseNamespace</b>(<i>argv=None</i>)
+
+<p>
+    Function to create an argparse.Namespace object.
+</p>
+<dl>
+
+<dt><i>argv</i> (list of str)</dt>
+<dd>
+list of command line arguments to be parsed
+</dd>
+</dl>
+<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 />
+</body></html>
\ No newline at end of file

eric ide

mercurial