##// END OF EJS Templates
ipdb: accept header= argument (#14289)...
ipdb: accept header= argument (#14289) This improves symmetry between Ipdb and vanilla old Pdb. The `header` argument to `pdb.set_trace()` [has been added in Python 3.7](https://docs.python.org/3.9/whatsnew/3.7.html#pdb). _(This still requires changes in [gotcha/ipdb](https://github.com/gotcha/ipdb) to be fully useful - I'll get to that later :wink:)_

File last commit:

r26208:778dac10
r28586:8889ec73 merge
Show More
.flake8
5 lines | 143 B | text/plain | TextLexer
[flake8]
ignore = W293,E301,E271,E265,W291,E722,E302,C901,E225,E128,E122,E226,E231
max-line-length = 160
exclude = tests/*
max-complexity = 10