def stop(self, **kwargs): """Stop the vacuum cleaner.""" self.device.run(sucks.Stop())
def stop(): dolores.run(sucks.Stop())