class documentation

Provide a string view of a row.

Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable max_chars Undocumented
Instance Variable row Undocumented

Inherited from _repr_base:

Method trunc Undocumented
Constant _DICT Undocumented
Constant _LIST Undocumented
Constant _TUPLE Undocumented
def __init__(self, row: Row[Any], max_chars: int = 300): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

Undocumented