-
Notifications
You must be signed in to change notification settings - Fork 62
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
Prevent string and dictionary truncation #59
Comments
Hi! There isn't a friendly way to configure this at the moment, but you could edit
|
It seems like any changes I make to
I've added the -> python
Python 3.9.1 (default, Dec 10 2020, 10:36:35)
[Clang 12.0.0 (clang-1200.0.32.27)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import q
>>> q.TEXT_REPR.maxdict
10 Is there anything else I need to do, or am I editing the wrong file? |
I think all truncation needs to be disabled by default. This is a wonderful debugging tool, but cutting off debugging data is counterproductive |
FYI, raised a PR (#60) to address the truncation, assuming this repo is still maintained.
|
I've noticed the following when using
q
:...
in the middle....
.Example:
Is there a way to prevent it? I'm not very proficient in python so my apologies if this is a simple question. Thanks!!
The text was updated successfully, but these errors were encountered: