-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
ResultDict
and ResultList
should appear as standard dict/list.
#2421
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
Labels
Milestone
Comments
This was referenced Mar 9, 2017
This was referenced Oct 16, 2017
This was referenced Nov 6, 2017
This was referenced Nov 14, 2017
This was referenced Dec 10, 2017
This was referenced Dec 20, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're seeing folks ask about
ResultDict
andResultList
objects a fair bit on the mailing list, although they're most just an implementation detail that they don't need to know about.We should probably modify the representation of them to simply be the standard native styles, such as
{'a': 123}
and[1,2,3]
. Hiding this bit of detail will likely lead to less confusion.The text was updated successfully, but these errors were encountered: