class documentation

class InterBoundaryIter:

View In Hierarchy

A Producer that will iterate over boundaries.
Method __init__ Undocumented
Method __iter__ Undocumented
Method __next__ Undocumented
Instance Variable ​_boundary Undocumented
Instance Variable ​_stream Undocumented
def __init__(self, stream, boundary):

Undocumented

def __iter__(self):

Undocumented

def __next__(self):

Undocumented

_boundary =

Undocumented

_stream =

Undocumented