class documentation

class QuitBox(AmpBox):

Constructor: QuitBox(*args, **kw)

View In Hierarchy

I am an AmpBox that, upon being sent, terminates the connection.

Method __repr__ Undocumented
Class Variable __slots__ Undocumented
Method _sendTo Immediately call loseConnection after sending.

Inherited from AmpBox:

Method __init__ Initialize a new AmpBox.
Method copy Return another AmpBox just like me.
Method serialize Convert me into a wire-encoded string.
def __repr__(self) -> str:

Undocumented

__slots__: list[str] =
def _sendTo(self, proto):

Immediately call loseConnection after sending.