You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing safe-repr for standard Python collections. The output should follow the standard repr() output for them while intelligently using ellipsis to exclude enough parts to fit within the specified length limits. It should also safely handle recursive collections (those that directly or indirectly include themselves as items).
The content you are editing has changed. Please copy your edits and refresh the page.
Implementing safe-repr for standard Python collections. The output should follow the standard
repr()
output for them while intelligently using ellipsis to exclude enough parts to fit within the specified length limits. It should also safely handle recursive collections (those that directly or indirectly include themselves as items).Tasks
The text was updated successfully, but these errors were encountered: