class documentation

class _closeiter(object):

View In Hierarchy

This only exists to be able to attach a .close method to iterators that do not support attribute assignment (most of itertools).
Method __init__ Undocumented
Method __iter__ Undocumented
Method close Undocumented
Instance Variable close​_callbacks Undocumented
Instance Variable iterator Undocumented
def __init__(self, iterator, close=None):

Undocumented

def __iter__(self):

Undocumented

def close(self):

Undocumented

close_callbacks =

Undocumented

iterator =

Undocumented