eric6/Utilities/ClassBrowsers/jsclbr.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
73 """ 73 """
74 ClbrBaseClasses.Attribute.__init__(self, module, name, file, lineno) 74 ClbrBaseClasses.Attribute.__init__(self, module, name, file, lineno)
75 VisibilityMixin.__init__(self) 75 VisibilityMixin.__init__(self)
76 76
77 77
78 class Visitor(object): 78 class Visitor:
79 """ 79 """
80 Class implementing a visitor going through the parsed tree. 80 Class implementing a visitor going through the parsed tree.
81 """ 81 """
82 def __init__(self, src, module, filename): 82 def __init__(self, src, module, filename):
83 """ 83 """

eric ide

mercurial