class documentation

class ConfigAttribute: (source)

View In Hierarchy

Makes an attribute forward to the config

Method __get__ Undocumented
Method __init__ Undocumented
Method __set__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable get_converter Undocumented
def __get__(self, obj: t.Any, owner: t.Any = None) -> t.Any: (source)

Undocumented

def __init__(self, name: str, get_converter: t.Optional[t.Callable] = None): (source)

Undocumented

def __set__(self, obj: t.Any, value: t.Any): (source)

Undocumented

__name__ = (source)

Undocumented

get_converter = (source)

Undocumented