1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations</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>eric5.Plugins.CheckerPlugins.SyntaxChecker.pyflakes.translations</h1> |
|
23 <p> |
|
24 Module implementing message translations for pyflakes warning messages. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>__all__</td></tr><tr><td>_messages</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="#getTranslatedFlakesMessage">getTranslatedFlakesMessage</a></td> |
|
38 <td>Module function to get a translated and formatted message for a given pyflakes message ID.</td> |
|
39 </tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="getTranslatedFlakesMessage" ID="getTranslatedFlakesMessage"></a> |
|
43 <h2>getTranslatedFlakesMessage</h2> |
|
44 <b>getTranslatedFlakesMessage</b>(<i>message_id, message_args</i>) |
|
45 <p> |
|
46 Module function to get a translated and formatted message for a |
|
47 given pyflakes message ID. |
|
48 </p><dl> |
|
49 <dt><i>message_id</i></dt> |
|
50 <dd> |
|
51 message ID (string) |
|
52 </dd><dt><i>message_args</i></dt> |
|
53 <dd> |
|
54 arguments for a formatted message (list) |
|
55 </dd> |
|
56 </dl><dl> |
|
57 <dt>Returns:</dt> |
|
58 <dd> |
|
59 translated and formatted message (string) |
|
60 </dd> |
|
61 </dl> |
|
62 <div align="right"><a href="#top">Up</a></div> |
|
63 <hr /> |
|
64 </body></html> |
|