class documentation

class Peekable(object):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __iter__ Undocumented
Method __next__ Undocumented
Method next Undocumented
Method peek Undocumented
Method _fetch_next Undocumented
Instance Variable _it Undocumented
Instance Variable _next Undocumented
def __init__(self, it):

Undocumented

def __iter__(self):

Undocumented

def __next__(self):

Undocumented

def next(self):

Undocumented

def peek(self):

Undocumented

def _fetch_next(self):

Undocumented

_it =

Undocumented

_next =

Undocumented