class documentation

class _DecodingRow(object):

View In Hierarchy

Return unicode-decoded values based on type inspection.

Smooth over data type issues (esp. with alpha driver versions) and normalize strings as Unicode regardless of user-configured driver encoding settings.

Method __getattr__ Undocumented
Method __getitem__ Undocumented
Method __init__ Undocumented
Class Variable ​_encoding​_compat Undocumented
Instance Variable charset Undocumented
Instance Variable rowproxy Undocumented
def __getattr__(self, attr):

Undocumented

def __getitem__(self, index):

Undocumented

def __init__(self, rowproxy, charset):

Undocumented

_encoding_compat: dict[str, str] =

Undocumented

charset =

Undocumented

rowproxy =

Undocumented