class documentation
class PrettyLazyConcatenation(LazyConcatenation): (source)
Displays an abbreviated repr of only the first several elements, not the whole list.
Method | __add__ |
Return a list concatenating self with other. |
Method | __radd__ |
Return a list concatenating other with self. |
Method | __repr__ |
Return a string representation for this corpus view that is similar to a list's representation; but if it would be more than 60 characters long, it is truncated. |
Constant | _MAX |
Undocumented |