##// END OF EJS Templates
Backport PR #12456: Allow to mark transformers as having side effects
Backport PR #12456: Allow to mark transformers as having side effects

File last commit:

r25930:4a94292c
r25930:4a94292c
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.