class documentation

class MultiAckGraphWalkerImpl(object):

View In Hierarchy

Graph walker implementation that speaks the multi-ack protocol.

Method __init__ Undocumented
Method ack Undocumented
Method handle_done Undocumented
Method next Undocumented
Instance Variable walker Undocumented
Instance Variable _common Undocumented
Instance Variable _found_base 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

_found_base: bool =

Undocumented