eric6/Documentation/Source/eric6.eric6config.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.eric6config</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.eric6config</h1>
23 <p>
24 Module containing the default configuration of the eric6 installation.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>__ericDir</td></tr><tr><td>_pkg_config</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#getConfig">getConfig</a></td>
38 <td>Module function to get a configuration value.</td>
39 </tr>
40 </table>
41 <hr /><hr />
42 <a NAME="getConfig" ID="getConfig"></a>
43 <h2>getConfig</h2>
44 <b>getConfig</b>(<i>name</i>)
45 <p>
46 Module function to get a configuration value.
47 </p><dl>
48 <dt><i>name</i> (str)</dt>
49 <dd>
50 name of the configuration value
51 </dd>
52 </dl><dl>
53 <dt>Returns:</dt>
54 <dd>
55 requested config value
56 </dd>
57 </dl><dl>
58 <dt>Raises <b>AttributeError</b>:</dt>
59 <dd>
60 raised to indicate an invalid config entry
61 </dd>
62 </dl>
63 <div align="right"><a href="#top">Up</a></div>
64 <hr />
65 </body></html>

eric ide

mercurial