def shutdown(self, c): "Call unlink() on all tracked shared memory, terminate the Server." self.shared_memory_context.unlink() return Server.shutdown(self, c)
def shutdown(self, c): self.shared_memory_context.unlink() return Server.shutdown(self, c)