reprlib: The Object Representation Module
1 Description
The Python reprlib
module provides some functions for creating a string representation of an object
with limits on the resulting string (so as to avoid over-consuming memory).
This document was last updated: