bundles / IPython 9.11.0 / IPython / core / prefilter
module
IPython.core.prefilter
source: /IPython/core/prefilter.py :0
Members
-
AssignmentChecker -
AutocallChecker -
AutoHandler -
AutoMagicChecker -
EmacsChecker -
EmacsHandler -
IPyAutocallChecker -
is_shadowed -
MacroChecker -
MacroHandler -
MagicHandler -
PrefilterChecker -
PrefilterError -
PrefilterHandler -
PrefilterManager -
PrefilterTransformer -
PythonOpsChecker
Summary
Prefiltering components.
Extended Summary
Prefilters transform user input before it is exec'd by Python. These transforms are used to implement additional syntax such as !ls and %magic.
Additional content
Prefiltering components.
Prefilters transform user input before it is exec'd by Python. These transforms are used to implement additional syntax such as !ls and %magic.
Aliases
-
IPython.core.prefilter