def __ior__(self, other): self.update(other) return self # Helper functions for simple delegating methods.