You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / core / inputtransformer2

module

IPython.core.inputtransformer2

source: /IPython/core/inputtransformer2.py :0

Members

Summary

Input transformer machinery to support IPython special syntax.

Extended Summary

This includes the machinery to recognise and transform %magic commands, !system commands, help? querying, prompt stripping, and so forth.

Added: IPython 7.0. Replaces inputsplitter and inputtransformer which were deprecated in 7.0 and removed in 9.0

Additional content

Input transformer machinery to support IPython special syntax.

This includes the machinery to recognise and transform %magic commands, !system commands, help? querying, prompt stripping, and so forth.

Added: IPython 7.0. Replaces inputsplitter and inputtransformer which were deprecated in 7.0 and removed in 9.0

Aliases

  • IPython.core.inputtransformer2