Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessing and Sorting UserDict print the dict not class #163

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

JoeZiminski
Copy link
Member

@JoeZiminski JoeZiminski commented Dec 14, 2023

Override __repr__ to print a UserDict dictionary, not class which is default and confusing to user expecting dict.

closes #156

Unfortunately adding this to base.py does not work for some unkown reason.

@JoeZiminski JoeZiminski merged commit 6e351d4 into dev Dec 15, 2023
14 checks passed
@JoeZiminski JoeZiminski deleted the override_userdict_repr branch December 15, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

overwrite userdict __repr__
1 participant