##// END OF EJS Templates
Merge pull request #12474 from meeseeksmachine/auto-backport-of-pr-12473-on-7.x
Merge pull request #12474 from meeseeksmachine/auto-backport-of-pr-12473-on-7.x

File last commit:

r25930:4a94292c
r25935:0ddc9551 merge
Show More
side-effects-tr.rst
2 lines | 200 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / side-effects-tr.rst
Matthias Bussonnier
Backport PR #12456: Allow to mark transformers as having side effects
r25930 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.