##// END OF EJS Templates
Merge pull request #1793 from fperez/truncated_repr...
Merge pull request #1793 from fperez/truncated_repr Raise repr limit for strings to 80 characters (from 30). The python pdb debugger doesn't call the builtin `repr` function but instead a custom one from the `repr` *module* that limits strings to 30 characters. Raise this limit to 80 for more informative printouts. Closes #1788.
Min RK -
r7090:798c5cd1 merge
Show More
Name Size Modified Last Commit Author
/ IPython / parallel / client
__init__.py Loading ...
asyncresult.py Loading ...
client.py Loading ...
map.py Loading ...
remotefunction.py Loading ...
view.py Loading ...