91 <h4>Attribute (Constructor)</h4> |
91 <h4>Attribute (Constructor)</h4> |
92 <b>Attribute</b>(<i>module, name, file, lineno</i>) |
92 <b>Attribute</b>(<i>module, name, file, lineno</i>) |
93 <p> |
93 <p> |
94 Constructor |
94 Constructor |
95 </p><dl> |
95 </p><dl> |
96 <dt><i>module</i></dt> |
96 <dt><i>module</i> (str)</dt> |
97 <dd> |
97 <dd> |
98 name of the module containing this class |
98 name of the module containing this attribute |
99 </dd><dt><i>name</i></dt> |
99 </dd><dt><i>name</i> (str)</dt> |
100 <dd> |
100 <dd> |
101 name of this class |
101 name of this attribute |
102 </dd><dt><i>file</i></dt> |
102 </dd><dt><i>file</i> (str)</dt> |
103 <dd> |
103 <dd> |
104 filename containing this attribute |
104 filename containing this attribute |
105 </dd><dt><i>lineno</i></dt> |
105 </dd><dt><i>lineno</i> (int)</dt> |
106 <dd> |
106 <dd> |
107 linenumber of the class definition |
107 line number of the attribute definition |
108 </dd> |
108 </dd> |
109 </dl> |
109 </dl> |
110 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
111 <hr /><hr /> |
111 <hr /><hr /> |
112 <a NAME="Function" ID="Function"></a> |
112 <a NAME="Function" ID="Function"></a> |
139 <h4>Function (Constructor)</h4> |
139 <h4>Function (Constructor)</h4> |
140 <b>Function</b>(<i>module, name, file, lineno, signature='', separator=', '</i>) |
140 <b>Function</b>(<i>module, name, file, lineno, signature='', separator=', '</i>) |
141 <p> |
141 <p> |
142 Constructor |
142 Constructor |
143 </p><dl> |
143 </p><dl> |
144 <dt><i>module</i></dt> |
144 <dt><i>module</i> (str)</dt> |
145 <dd> |
145 <dd> |
146 name of the module containing this function |
146 name of the module containing this function |
147 </dd><dt><i>name</i></dt> |
147 </dd><dt><i>name</i> (str)</dt> |
148 <dd> |
148 <dd> |
149 name of this function |
149 name of this function |
150 </dd><dt><i>file</i></dt> |
150 </dd><dt><i>file</i> (str)</dt> |
151 <dd> |
151 <dd> |
152 filename containing this class |
152 filename containing this function |
153 </dd><dt><i>lineno</i></dt> |
153 </dd><dt><i>lineno</i> (int)</dt> |
154 <dd> |
154 <dd> |
155 linenumber of the class definition |
155 line number of the function definition |
156 </dd><dt><i>signature</i></dt> |
156 </dd><dt><i>signature</i> (str)</dt> |
157 <dd> |
157 <dd> |
158 parameterlist of the method |
158 parameter list of the function |
159 </dd><dt><i>separator</i></dt> |
159 </dd><dt><i>separator</i> (str)</dt> |
160 <dd> |
160 <dd> |
161 string separating the parameters |
161 string separating the parameters |
162 </dd> |
162 </dd> |
163 </dl> |
163 </dl> |
164 <div align="right"><a href="#top">Up</a></div> |
164 <div align="right"><a href="#top">Up</a></div> |
193 <h4>Interface (Constructor)</h4> |
193 <h4>Interface (Constructor)</h4> |
194 <b>Interface</b>(<i>module, name, superClasses, file, lineno</i>) |
194 <b>Interface</b>(<i>module, name, superClasses, file, lineno</i>) |
195 <p> |
195 <p> |
196 Constructor |
196 Constructor |
197 </p><dl> |
197 </p><dl> |
198 <dt><i>module</i></dt> |
198 <dt><i>module</i> (str)</dt> |
199 <dd> |
199 <dd> |
200 name of the module containing this class |
200 name of the module containing this interface |
201 </dd><dt><i>name</i></dt> |
201 </dd><dt><i>name</i> (str)</dt> |
202 <dd> |
202 <dd> |
203 name of this interface |
203 name of this interface |
204 </dd><dt><i>superClasses</i></dt> |
204 </dd><dt><i>superClasses</i> (list of str)</dt> |
205 <dd> |
205 <dd> |
206 list of interface names this interface is |
206 list of interface names this interface is |
207 inherited from |
207 inherited from |
208 </dd><dt><i>file</i></dt> |
208 </dd><dt><i>file</i> (str)</dt> |
209 <dd> |
209 <dd> |
210 filename containing this interface |
210 filename containing this interface |
211 </dd><dt><i>lineno</i></dt> |
211 </dd><dt><i>lineno</i> (int)</dt> |
212 <dd> |
212 <dd> |
213 linenumber of the interface definition |
213 line number of the interface definition |
214 </dd> |
214 </dd> |
215 </dl> |
215 </dl> |
216 <div align="right"><a href="#top">Up</a></div> |
216 <div align="right"><a href="#top">Up</a></div> |
217 <hr /><hr /> |
217 <hr /><hr /> |
218 <a NAME="Module" ID="Module"></a> |
218 <a NAME="Module" ID="Module"></a> |
245 <h4>Module (Constructor)</h4> |
245 <h4>Module (Constructor)</h4> |
246 <b>Module</b>(<i>module, name, file, lineno</i>) |
246 <b>Module</b>(<i>module, name, file, lineno</i>) |
247 <p> |
247 <p> |
248 Constructor |
248 Constructor |
249 </p><dl> |
249 </p><dl> |
250 <dt><i>module</i></dt> |
250 <dt><i>module</i> (str)</dt> |
251 <dd> |
251 <dd> |
252 name of the module containing this class |
252 name of the module containing this module |
253 </dd><dt><i>name</i></dt> |
253 </dd><dt><i>name</i> (str)</dt> |
254 <dd> |
254 <dd> |
255 name of this class |
255 name of this module |
256 </dd><dt><i>file</i></dt> |
256 </dd><dt><i>file</i> (str)</dt> |
257 <dd> |
257 <dd> |
258 filename containing this class |
258 filename containing this module |
259 </dd><dt><i>lineno</i></dt> |
259 </dd><dt><i>lineno</i> (int)</dt> |
260 <dd> |
260 <dd> |
261 linenumber of the class definition |
261 line number of the module definition |
262 </dd> |
262 </dd> |
263 </dl> |
263 </dl> |
264 <div align="right"><a href="#top">Up</a></div> |
264 <div align="right"><a href="#top">Up</a></div> |
265 <hr /><hr /> |
265 <hr /><hr /> |
266 <a NAME="VisibilityMixin" ID="VisibilityMixin"></a> |
266 <a NAME="VisibilityMixin" ID="VisibilityMixin"></a> |
302 <b>readmodule_ex</b>(<i>module, path=None</i>) |
302 <b>readmodule_ex</b>(<i>module, path=None</i>) |
303 <p> |
303 <p> |
304 Read a CORBA IDL file and return a dictionary of classes, functions and |
304 Read a CORBA IDL file and return a dictionary of classes, functions and |
305 modules. |
305 modules. |
306 </p><dl> |
306 </p><dl> |
307 <dt><i>module</i></dt> |
307 <dt><i>module</i> (str)</dt> |
308 <dd> |
308 <dd> |
309 name of the CORBA IDL file (string) |
309 name of the CORBA IDL file |
310 </dd><dt><i>path</i></dt> |
310 </dd><dt><i>path</i> (list of str)</dt> |
311 <dd> |
311 <dd> |
312 path the file should be searched in (list of strings) |
312 path the file should be searched in |
313 </dd> |
313 </dd> |
314 </dl><dl> |
314 </dl><dl> |
315 <dt>Returns:</dt> |
315 <dt>Returns:</dt> |
316 <dd> |
316 <dd> |
317 the resulting dictionary |
317 the resulting dictionary |
318 </dd> |
318 </dd> |
|
319 </dl><dl> |
|
320 <dt>Return Type:</dt> |
|
321 <dd> |
|
322 dict |
|
323 </dd> |
319 </dl> |
324 </dl> |
320 <div align="right"><a href="#top">Up</a></div> |
325 <div align="right"><a href="#top">Up</a></div> |
321 <hr /> |
326 <hr /> |
322 </body></html> |
327 </body></html> |