bundles / IPython 9.12.0 / IPython / core / inputtransformer2
module
IPython.core.inputtransformer2
Members
-
_find_assign_op -
_make_help_call -
_tr_help -
_tr_help2 -
_tr_magic -
_tr_paren -
_tr_quote -
_tr_quote2 -
assemble_continued_line -
cell_magic -
EscapedCommand -
find_end_of_continued_line -
find_last_indent -
has_sunken_brackets -
HelpEnd -
leading_empty_lines -
leading_indent -
MagicAssign -
make_tokens_by_line -
MaybeAsyncCommandCompiler -
MaybeAsyncCompile -
PromptStripper -
SystemAssign -
TokenTransformBase -
TransformerManager
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