limit_reprs
limit_reprs(
items ,
limit: int | None[int, None] = None,
)-> ‘list[Text]’
Render at most limit items, with a line naming what was left out.
Only the items which are shown are rendered, so the cost of a repr is what it prints rather than what the object holds. A repr also says how much it is not showing; silently stopping at ten reads as though ten is all there were.