src/eric7/Utilities/ClassBrowsers/rbclbr.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
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

eric ide

mercurial