class documentation

class Alias:

Constructor: Alias(var)

View In Hierarchy

Context manager wrapper around a variable to temporarily change it's name

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Class Variable slots Undocumented
Instance Variable ptr Undocumented
def __enter__(self):

Undocumented

def __exit__(self, etype: type, evalue: Exception, traceback: TracebackType):

Undocumented

def __init__(self, var: Any):

Undocumented

slots: tuple[str, ...] =

Undocumented

ptr =

Undocumented