class Context

source code

__init__

source code

def __init__(
        self,
        context: str,
        mode: str = "both",
        overwrite: bool = False,
        is_versioned: bool = True,
    ):

dunder_methods


__enter__

source code

def __enter__(self):

__exit__

source code

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