70 <td><a href="#ModuleLoader.exec_module">exec_module</a></td> |
70 <td><a href="#ModuleLoader.exec_module">exec_module</a></td> |
71 <td>Public method to execute the created module.</td> |
71 <td>Public method to execute the created module.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
73 <tr> |
74 <td><a href="#ModuleLoader.find_spec">find_spec</a></td> |
74 <td><a href="#ModuleLoader.find_spec">find_spec</a></td> |
75 <td>Public method returning the module spec.</td> |
75 <td></td> |
76 </tr> |
76 </tr> |
77 </table> |
77 </table> |
78 <h3>Static Methods</h3> |
78 <h3>Static Methods</h3> |
79 |
79 |
80 <table> |
80 <table> |
163 </dl> |
163 </dl> |
164 <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a> |
164 <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a> |
165 <h4>ModuleLoader.find_spec</h4> |
165 <h4>ModuleLoader.find_spec</h4> |
166 <b>find_spec</b>(<i>fullname, path, target=None</i>) |
166 <b>find_spec</b>(<i>fullname, path, target=None</i>) |
167 |
167 |
168 <p> |
|
169 Public method returning the module spec. |
|
170 </p> |
|
171 <dl> |
|
172 |
|
173 <dt><i>fullname</i> (str)</dt> |
|
174 <dd> |
|
175 name of the module to be loaded |
|
176 </dd> |
|
177 <dt><i>path</i> (str)</dt> |
|
178 <dd> |
|
179 path to resolve the module name |
|
180 </dd> |
|
181 <dt><i>target</i> (module)</dt> |
|
182 <dd> |
|
183 module object to use for a more educated guess |
|
184 about what spec to return |
|
185 </dd> |
|
186 </dl> |
|
187 <dl> |
|
188 <dt>Return:</dt> |
|
189 <dd> |
|
190 module spec object pointing to the module loader |
|
191 </dd> |
|
192 </dl> |
|
193 <dl> |
|
194 <dt>Return Type:</dt> |
|
195 <dd> |
|
196 ModuleSpec |
|
197 </dd> |
|
198 </dl> |
|
199 <div align="right"><a href="#top">Up</a></div> |
168 <div align="right"><a href="#top">Up</a></div> |
200 <hr /> |
169 <hr /> |
201 </body></html> |
170 </body></html> |