MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _repr_single_value

Function _repr_single_value

lib/sqlalchemy/sql/util.py:576–579  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

574
575
576def _repr_single_value(value):
577 rp = _repr_base()
578 rp.max_chars = 300
579 return rp.trunc(value)
580
581
582class _repr_row(_repr_base):

Callers

nothing calls this directly

Calls 2

_repr_baseClass · 0.85
truncMethod · 0.80

Tested by

no test coverage detected