class documentation

class ReceivedFragments:

Constructor: ReceivedFragments()

View In Hierarchy

Singleton class to hold lists of received fragments in one 'global' object

Method __getattr__ Delegate access to implementation
Method __init__ Create singleton instance
Method __setattr__ Delegate access to implementation
Instance Variable lists Undocumented
Class __impl Implementation of the singleton interface
Class Variable __instance Undocumented
def __getattr__(self, attr):

Delegate access to implementation

def __init__(self):

Create singleton instance

def __setattr__(self, attr, value):

Delegate access to implementation

lists: dict =

Undocumented

__instance =

Undocumented