class documentation
Context manager that temporarily sets the attributes of a class to new values.
Parameters | |
obj | the object |
**kwargs | the 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 |
Undocumented |
Instance Variable | _obj |
Undocumented |
Instance Variable | _orig |
Undocumented |