class documentation

class _repr_params(_repr_base):

View In Hierarchy

Provide a string view of bound parameters.

Truncates display to a given number of 'multi' parameter sets, as well as long values to a given number of characters.

Method __init__ Undocumented
Method __repr__ Undocumented
Method ​_repr​_multi Undocumented
Method ​_repr​_params Undocumented
Class Variable __slots__ Undocumented
Instance Variable batches Undocumented
Instance Variable ismulti Undocumented
Instance Variable max​_chars Undocumented
Instance Variable params Undocumented

Inherited from _repr_base:

Method trunc Undocumented
Constant ​_DICT Undocumented
Constant ​_LIST Undocumented
Constant ​_TUPLE Undocumented
def __init__(self, params, batches, max_chars=300, ismulti=None):

Undocumented

def __repr__(self):

Undocumented

def _repr_multi(self, multi_params, typ):

Undocumented

def _repr_params(self, params, typ):

Undocumented

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

Undocumented

ismulti =

Undocumented

max_chars =

Undocumented

params =

Undocumented