def __str__()

in assets/scripts/SilentInstaller.py [0:0]


    def __str__(self):
        attributes = filter( lambda a: not (a.startswith('__') or a == 'defaults'), dir(self))
        return str({ attr: getattr(self, attr) for attr in attributes })