|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Toolbox.PyQt4ImportHook</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.Toolbox.PyQt4ImportHook</h1> |
|
23 |
|
24 <h3>Global Attributes</h3> |
|
25 <table> |
|
26 <tr><td>None</td></tr> |
|
27 </table> |
|
28 <h3>Classes</h3> |
|
29 <table> |
|
30 <tr> |
|
31 <td><a href="#PyQt4Importer">PyQt4Importer</a></td> |
|
32 <td></td> |
|
33 </tr> |
|
34 </table> |
|
35 <h3>Functions</h3> |
|
36 <table> |
|
37 <tr><td>None</td></tr> |
|
38 </table> |
|
39 <hr /><hr /> |
|
40 <a NAME="PyQt4Importer" ID="PyQt4Importer"></a> |
|
41 <h2>PyQt4Importer</h2> |
|
42 |
|
43 <h3>Derived from</h3> |
|
44 object |
|
45 <h3>Class Attributes</h3> |
|
46 <table> |
|
47 <tr><td>None</td></tr> |
|
48 </table> |
|
49 <h3>Class Methods</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Methods</h3> |
|
54 <table> |
|
55 <tr> |
|
56 <td><a href="#PyQt4Importer.__init__">PyQt4Importer</a></td> |
|
57 <td>Constructor</td> |
|
58 </tr><tr> |
|
59 <td><a href="#PyQt4Importer.find_module">find_module</a></td> |
|
60 <td>Public method returning the module loader.</td> |
|
61 </tr><tr> |
|
62 <td><a href="#PyQt4Importer.load_module">load_module</a></td> |
|
63 <td>Public method to load a module.</td> |
|
64 </tr> |
|
65 </table> |
|
66 <h3>Static Methods</h3> |
|
67 <table> |
|
68 <tr><td>None</td></tr> |
|
69 </table> |
|
70 <a NAME="PyQt4Importer.__init__" ID="PyQt4Importer.__init__"></a> |
|
71 <h4>PyQt4Importer (Constructor)</h4> |
|
72 <b>PyQt4Importer</b>(<i></i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p><a NAME="PyQt4Importer.find_module" ID="PyQt4Importer.find_module"></a> |
|
76 <h4>PyQt4Importer.find_module</h4> |
|
77 <b>find_module</b>(<i>fullname, path=None</i>) |
|
78 <p> |
|
79 Public method returning the module loader. |
|
80 </p><dl> |
|
81 <dt><i>fullname</i></dt> |
|
82 <dd> |
|
83 name of the module to be loaded (string) |
|
84 </dd><dt><i>path</i></dt> |
|
85 <dd> |
|
86 path to resolve the module name (string) |
|
87 </dd> |
|
88 </dl><dl> |
|
89 <dt>Returns:</dt> |
|
90 <dd> |
|
91 module loader object |
|
92 </dd> |
|
93 </dl><a NAME="PyQt4Importer.load_module" ID="PyQt4Importer.load_module"></a> |
|
94 <h4>PyQt4Importer.load_module</h4> |
|
95 <b>load_module</b>(<i>fullname</i>) |
|
96 <p> |
|
97 Public method to load a module. |
|
98 </p><dl> |
|
99 <dt><i>fullname</i></dt> |
|
100 <dd> |
|
101 name of the module to be loaded (string) |
|
102 </dd> |
|
103 </dl><dl> |
|
104 <dt>Returns:</dt> |
|
105 <dd> |
|
106 reference to the loaded module (module) |
|
107 </dd> |
|
108 </dl> |
|
109 <div align="right"><a href="#top">Up</a></div> |
|
110 <hr /> |
|
111 </body></html> |