Avoid Pylint warning E1101: ‘Instance of .. has no .. member’ for class with dynamic attributes
Imagine a function which dynamically adds attributes to an object using setattr. The reason for doing so is that I want to map some external structure (e.g. a given parameter tree) to an object: