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 """ |