class documentation

class ConfigAttribute:

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, owner=None):

Undocumented

Parameters
obj:t.AnyUndocumented
owner:t.AnyUndocumented
Returns
t.AnyUndocumented
def __init__(self, name, get_converter=None):

Undocumented

Parameters
name:strUndocumented
get​_converter:t.Optional[t.Callable]Undocumented
def __set__(self, obj, value):

Undocumented

Parameters
obj:t.AnyUndocumented
value:t.AnyUndocumented
__name__ =

Undocumented

get_converter =

Undocumented