class documentation

class Command: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method finish Undocumented
Method format Undocumented
Instance Variable args Undocumented
Instance Variable command Undocumented
Instance Variable continuation Undocumented
Instance Variable defer Undocumented
Instance Variable lines Undocumented
Instance Variable wantResponse Undocumented
Class Variable _1_RESPONSES Undocumented
Class Variable _2_RESPONSES Undocumented
Class Variable _OK_RESPONSES Undocumented
def __init__(self, command, args=None, wantResponse=(), continuation=None, *contArgs, **contKw): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Returns
strUndocumented
def finish(self, lastLine, unusedCallback): (source)

Undocumented

def format(self, tag): (source)

Undocumented

args = (source)

Undocumented

command = (source)

Undocumented

continuation = (source)

Undocumented

defer = (source)

Undocumented

lines: list = (source)

Undocumented

wantResponse = (source)

Undocumented

_1_RESPONSES: tuple[bytes, ...] = (source)

Undocumented

_2_RESPONSES: tuple[bytes, ...] = (source)

Undocumented

_OK_RESPONSES: tuple[bytes, ...] = (source)

Undocumented