class documentation

class _repr_row(_repr_base):

View In Hierarchy

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, max_chars=300):

Undocumented

def __repr__(self):

Undocumented

__slots__: tuple[str, ...] =
max_chars =

Undocumented

row =

Undocumented