def __hash__(self):
        return hash(self.name) ^ hash(self.path) ^ hash(self.args)