class documentation

class _nullcontext(object): (source)

View In Hierarchy

Class for wrapping contexts so that they are passed through in a with statement.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable context Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(*args, **kwargs): (source)

Undocumented

def __init__(self, context): (source)

Undocumented

context = (source)

Undocumented