class documentation

class Next:

Constructor: Next(iterator)

View In Hierarchy

Context manager wrapper around the next(iter) function, to be used in when separating blocks of code by indent level would be useful

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Class Variable slots Undocumented
Instance Variable el Undocumented
def __enter__(self):

Undocumented

def __exit__(self, etype: type, evalue: Exception, traceback: TracebackType):

Undocumented

def __init__(self, iterator: Iterator[Any]):

Undocumented

slots: tuple[str, ...] =

Undocumented

el =

Undocumented