We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can quickly reproduce with docker:
docker run -it --rm python:3.7.0-alpine3.7 ash # inside the container pip3 install beeprint ipython ipython
# inside ipython from beeprint import pp mydict = {'data': {'type': 'profile', 'id': 'someid', 'attributes': {'created_at': '2018-07-12T22:10:10Z'}, 'relationships': {'identity_searches': {'links': {'related': '/aaaa'}}}}} pp(mydict) [ERROR stack trace]
The text was updated successfully, but these errors were encountered:
Not working with some dictionaries in Python 3.5.4
Sorry, something went wrong.
No branches or pull requests
You can quickly reproduce with docker:
docker run -it --rm python:3.7.0-alpine3.7 ash # inside the container pip3 install beeprint ipython ipython
The text was updated successfully, but these errors were encountered: