159 module to be executed |
159 module to be executed |
160 </dd> |
160 </dd> |
161 </dl> |
161 </dl> |
162 <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a> |
162 <a NAME="ModuleLoader.find_spec" ID="ModuleLoader.find_spec"></a> |
163 <h4>ModuleLoader.find_spec</h4> |
163 <h4>ModuleLoader.find_spec</h4> |
164 <b>find_spec</b>(<i>fullname, path, target=None</i>) |
164 <b>find_spec</b>(<i>fullname, _path, target=None</i>) |
165 <p> |
165 <p> |
166 Public method returning the module spec. |
166 Public method returning the module spec. |
167 </p> |
167 </p> |
168 |
168 |
169 <dl> |
169 <dl> |
170 |
170 |
171 <dt><i>fullname</i> (str)</dt> |
171 <dt><i>fullname</i> (str)</dt> |
172 <dd> |
172 <dd> |
173 name of the module to be loaded |
173 name of the module to be loaded |
174 </dd> |
174 </dd> |
175 <dt><i>path</i> (str)</dt> |
175 <dt><i>_path</i> (str)</dt> |
176 <dd> |
176 <dd> |
177 path to resolve the module name |
177 path to resolve the module name (unused) |
178 </dd> |
178 </dd> |
179 <dt><i>target</i> (module)</dt> |
179 <dt><i>target</i> (module)</dt> |
180 <dd> |
180 <dd> |
181 module object to use for a more educated guess |
181 module object to use for a more educated guess |
182 about what spec to return |
182 about what spec to return (unused) |
183 </dd> |
183 </dd> |
184 </dl> |
184 </dl> |
185 <dl> |
185 <dl> |
186 <dt>Return:</dt> |
186 <dt>Return:</dt> |
187 <dd> |
187 <dd> |