src/eric7/Documentation/Source/eric7.SystemUtilities.SysUtilities.html

branch
eric7
changeset 10046
35b27af462ef
child 10479
856476537696
equal deleted inserted replaced
10045:f5c57f8d17a4 10046:35b27af462ef
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.SystemUtilities.SysUtilities</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.SystemUtilities.SysUtilities</h1>
10
11 <p>
12 Module implementing System related utility functions.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22 <tr><td>None</td></tr>
23 </table>
24 <h3>Functions</h3>
25
26 <table>
27
28 <tr>
29 <td><a href="#getStandardModules">getStandardModules</a></td>
30 <td>Function to get a list of modules of the standard library.</td>
31 </tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="getStandardModules" ID="getStandardModules"></a>
36 <h2>getStandardModules</h2>
37 <b>getStandardModules</b>(<i></i>)
38
39 <p>
40 Function to get a list of modules of the standard library.
41 </p>
42 <dl>
43 <dt>Return:</dt>
44 <dd>
45 set of builtin modules
46 </dd>
47 </dl>
48 <dl>
49 <dt>Return Type:</dt>
50 <dd>
51 set of str
52 </dd>
53 </dl>
54 <div align="right"><a href="#top">Up</a></div>
55 <hr />
56 </body></html>

eric ide

mercurial