300 ) |
300 ) |
301 VisibilityMixin.__init__(self) |
301 VisibilityMixin.__init__(self) |
302 self.setPrivate() |
302 self.setPrivate() |
303 |
303 |
304 |
304 |
305 def readmodule_ex(module, searchPath=None, isTypeFile=False): # noqa: U100 |
305 def readmodule_ex(module, searchPath=None, isTypeFile=False): # noqa: U-100 |
306 """ |
306 """ |
307 Read a Ruby file and return a dictionary of classes, functions and modules. |
307 Read a Ruby file and return a dictionary of classes, functions and modules. |
308 |
308 |
309 @param module name of the Ruby file |
309 @param module name of the Ruby file |
310 @type str |
310 @type str |