class documentation

class MultiAckDetailedGraphWalkerImpl(object):

View In Hierarchy

Graph walker implementation speaking the multi-ack-detailed protocol.

Method __init__ Undocumented
Method ack Undocumented
Method handle_done Undocumented
Method next Undocumented
Instance Variable walker Undocumented
Instance Variable _common Undocumented
def __init__(self, walker):

Undocumented

def ack(self, have_ref):

Undocumented

def handle_done(self, done_required, done_received):

Undocumented

def next(self):

Undocumented

walker =

Undocumented

_common: list =

Undocumented