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

branch
eric7
changeset 10479
856476537696
parent 10308
d19766190e17
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.WebBrowser.WebBrowserArgumentsCreator</h1> 9 <h1>eric7.WebBrowser.WebBrowserArgumentsCreator</h1>
10
11 <p> 10 <p>
12 Module implementing a function to create an argparse.Namespace object for the web 11 Module implementing a function to create an argparse.Namespace object for the web
13 browser. 12 browser.
14 </p> 13 </p>
14
15 <h3>Global Attributes</h3> 15 <h3>Global Attributes</h3>
16
17 <table> 16 <table>
18 <tr><td>None</td></tr> 17 <tr><td>None</td></tr>
19 </table> 18 </table>
19
20 <h3>Classes</h3> 20 <h3>Classes</h3>
21
22 <table> 21 <table>
23 <tr><td>None</td></tr> 22 <tr><td>None</td></tr>
24 </table> 23 </table>
24
25 <h3>Functions</h3> 25 <h3>Functions</h3>
26
27 <table> 26 <table>
28
29 <tr> 27 <tr>
30 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td> 28 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td>
31 <td>Function to create an argparse.Namespace object.</td> 29 <td>Function to create an argparse.Namespace object.</td>
32 </tr> 30 </tr>
33 </table> 31 </table>
32
34 <hr /> 33 <hr />
35 <hr /> 34 <hr />
36 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a> 35 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a>
37 <h2>createArgparseNamespace</h2> 36 <h2>createArgparseNamespace</h2>
38 <b>createArgparseNamespace</b>(<i>argv=None</i>) 37 <b>createArgparseNamespace</b>(<i>argv=None</i>)
39
40 <p> 38 <p>
41 Function to create an argparse.Namespace object. 39 Function to create an argparse.Namespace object.
42 </p> 40 </p>
41
43 <dl> 42 <dl>
44 43
45 <dt><i>argv</i> (list of str)</dt> 44 <dt><i>argv</i> (list of str)</dt>
46 <dd> 45 <dd>
47 list of command line arguments to be parsed 46 list of command line arguments to be parsed

eric ide

mercurial