module documentation

Undocumented

Class NotPresent Undocumented
Function attributes Overwrites the attributes on an object while the context is active. Replaces them with original values on exit.
@contextmanager
def attributes(obj, **kwargs):

Overwrites the attributes on an object while the context is active. Replaces them with original values on exit.