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

bundles / IPython 9.3.0 / IPython / core / prefilter

module

IPython.core.prefilter

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

Members

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

Referenced by