def __enter__(self): if not self.connection: self.connection = libvirt.open(self.uri) return self.connection