class documentation

Context manager that temporarily sets the attributes of a class to new values.

Parameters
objthe object
**kwargsthe attribute key-values to set while the context is active
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable _kwargs Undocumented
Instance Variable _new_kwargs Undocumented
Instance Variable _obj Undocumented
Instance Variable _orig_kwargs Undocumented
def __enter__(self): (source)

Undocumented

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

Undocumented

def __init__(self, obj, **kwargs): (source)

Undocumented

Undocumented

_new_kwargs: set = (source)

Undocumented

Undocumented

_orig_kwargs: dict = (source)

Undocumented