zoonado.protocol.response¶zoonado.protocol.response.Response(**kwargs)[source]¶Base class for all operation response classes.
A simple class, has only an opcode attribute expected to be defined by
subclasses, and a deserialize() classmethod.