##// END OF EJS Templates
Merge pull request #12464 from meeseeksmachine/auto-backport-of-pr-12456-on-7.x...
Merge pull request #12464 from meeseeksmachine/auto-backport-of-pr-12456-on-7.x Backport PR #12456 on branch 7.x (Allow to mark transformers as having side effects)

File last commit:

r25930:4a94292c
r25931:62ec5447 merge
Show More
side-effects-tr.rst
2 lines | 200 B | text/x-rst | RstLexer

input_transformers can now have an attribute has_side_effects set to True, which will prevent the transformers from being ran when IPython is trying to guess whether the user input is complete.