class documentation

class ReceivedDataProtocol(Protocol):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method close Undocumented
Method data​Received Undocumented
Instance Variable __filename Undocumented
Instance Variable body Undocumented
Instance Variable size Undocumented
Property filename Undocumented
def __init__(self, filename=None):

Undocumented

def close(self):

Undocumented

def dataReceived(self, data):

Undocumented

__filename =

Undocumented

body =

Undocumented

size: int =

Undocumented

@property
filename =

Undocumented