197 """ |
197 """ |
198 ClbrBaseClasses.Attribute.__init__(self, module, name, file, lineno) |
198 ClbrBaseClasses.Attribute.__init__(self, module, name, file, lineno) |
199 VisibilityMixin.__init__(self) |
199 VisibilityMixin.__init__(self) |
200 |
200 |
201 |
201 |
|
202 # TODO: extract scan function (see pyclbr) |
202 def readmodule_ex(module, path=None): |
203 def readmodule_ex(module, path=None): |
203 """ |
204 """ |
204 Read a CORBA IDL file and return a dictionary of classes, functions and |
205 Read a CORBA IDL file and return a dictionary of classes, functions and |
205 modules. |
206 modules. |
206 |
207 |