class documentation

class _TimeoutStrategyWrapper(object):

View In Hierarchy

Undocumented

Method __init__ Initializes this class.
Method Next Returns the current timeout and advances the internal state.
Method Peek Returns the next timeout.
Method _Advance Gets the next timeout if necessary.
Instance Variable _fn Undocumented
Instance Variable _next Undocumented
def __init__(self, fn):

Initializes this class.

def Next(self):

Returns the current timeout and advances the internal state.

def Peek(self):

Returns the next timeout.

def _Advance(self):

Gets the next timeout if necessary.

_fn =

Undocumented

_next =

Undocumented